supervisord-dependent-startup icon indicating copy to clipboard operation
supervisord-dependent-startup copied to clipboard

How to handle processes B and C changing based on the state of process A, not just at startup?

Open eazow opened this issue 7 months ago • 0 comments

If there is a dependency relationship: Process B and C should only start after Process A has started. If Process A exits, then Processes B and C should stop. When Process A restarts, Processes B and C should start again.

Can this dependency relationship be handled?

eazow avatar Jun 28 '24 08:06 eazow