supervisord-dependent-startup
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?
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?