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

Two feature recommend #1290

Closed
3 tasks
ayanmw opened this issue Nov 2, 2019 · 2 comments
Closed
3 tasks

Two feature recommend #1290

ayanmw opened this issue Nov 2, 2019 · 2 comments

Comments

@ayanmw
Copy link

ayanmw commented Nov 2, 2019

I want two feature support:

  • First is simple regex support about the name

like supervisorctl stop *server*:*

  • Second is I want stop all will do stop works in order by stopped

like prog1 prog2 ,priority is 1,2 ,stop all will do work like:

  1. stop prog2
  2. makesure prog2 is stopped
  3. stop prog1
  4. makesure prog2 is stopped
  • restart all will do the same thing like above, stopped and then start all

If supervisor is already support above feature ,please point me that! thanks!

@ayanmw
Copy link
Author

ayanmw commented Nov 2, 2019

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!

@ayanmw ayanmw changed the title Two feature recommend [help wanted]Two feature recommend Nov 2, 2019
@mnaberez mnaberez changed the title [help wanted]Two feature recommend Two feature recommend Nov 2, 2019
@mnaberez
Copy link
Member

mnaberez commented Apr 9, 2020

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)

@mnaberez mnaberez closed this as completed Apr 9, 2020
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

2 participants