Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add process dependencies #213

Open
brentdodell opened this issue Feb 13, 2018 · 1 comment
Open

Add process dependencies #213

brentdodell opened this issue Feb 13, 2018 · 1 comment

Comments

@brentdodell
Copy link

brentdodell commented Feb 13, 2018

It would be nice if you could make one process dependent on another so that:

  1. If you try to start a process with dependencies, it ensures the dependencies are started first
  2. And maybe if you restart a dependency, it restarts all processes that are dependent on it (this could be configurable?)
@kgrz
Copy link
Contributor

kgrz commented Feb 16, 2018

Interesting. Stretching this a little further, won't we be looking at something like supervisord at that point? :) Also, trying to imagine what'd happen if one of the child processes exists; what should be the handling in that case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants