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

allow a program to wait for another to stop before being stopped? #520

Open
YAmikep opened this issue Nov 25, 2014 · 2 comments
Open

allow a program to wait for another to stop before being stopped? #520

YAmikep opened this issue Nov 25, 2014 · 2 comments

Comments

@YAmikep
Copy link

YAmikep commented Nov 25, 2014

Hi,

The priority setting allows to order how the programs start and stop.

Is there a way to make a program A wait for a program B to be completely stopped before it is itself stopped when using stopall?

For example, a program A requires Redis so Redis must be start before the program A and must be stopped after the program A is stopped because the program A uses Redis when shutting down to register its status.

Right now, program A and Redis stop on the right order but almost at the same time so program A does not have time to do what it has to do on Redis when it is stopped.

Thanks

@oxbambooxo
Copy link

awesome feature!

@wyatt-z
Copy link

wyatt-z commented Jun 22, 2017

I have the same problem. Hope supervisor adds this feature soon.

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

No branches or pull requests

3 participants