We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want two feature support:
like supervisorctl stop *server*:*
supervisorctl stop *server*:*
stop all
like prog1 prog2 ,priority is 1,2 ,stop all will do work like:
restart all
start all
If supervisor is already support above feature ,please point me that! thanks!
The text was updated successfully, but these errors were encountered:
My config is like prog2 depends on prog1 , but when stop all ,the prog1 may be stopped but prog2 is still in stopping ,that will cause some problem!
Sorry, something went wrong.
First is simple regex support about the name
Duplicate of #655
Second is I want stop all will do stop works in order by stopped restart all will do the same thing like above, stopped and then start all
Duplicate of #122 (not an exact duplicate by the description but that's the issue we are using to track requests for program dependencies)
No branches or pull requests
I want two feature support:
like
supervisorctl stop *server*:*
stop all
will do stop works in order by stoppedlike prog1 prog2 ,priority is 1,2 ,
stop all
will do work like:restart all
will do the same thing like above, stopped and thenstart all
If supervisor is already support above feature ,please point me that! thanks!
The text was updated successfully, but these errors were encountered: