Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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