Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

CSD Role Command dependency

avatar
Explorer

Hi,

 

In specifying a custom service, is there a way to specify a command dependency?  For instance, start of MASTER role should be done before start of WORKER role?

 

Or start of each role kicks off in parallel and should synch up on their own?

 

Thanks

1 ACCEPTED SOLUTION

avatar
Hi,

It's best for systems (especially distributed systems) to not require careful ordering in startup. Instead, each process should wait for a bit for any dependency process (like the master) to come up.

If possible, I also suggest that this wait period should be configurable, and at least 2 minutes in duration by default.

There's no way for CSDs to control the ordering of start commands since we prefer robustness to ordering.

Thanks,
Darren

View solution in original post

1 REPLY 1

avatar
Hi,

It's best for systems (especially distributed systems) to not require careful ordering in startup. Instead, each process should wait for a bit for any dependency process (like the master) to come up.

If possible, I also suggest that this wait period should be configurable, and at least 2 minutes in duration by default.

There's no way for CSDs to control the ordering of start commands since we prefer robustness to ordering.

Thanks,
Darren