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

Feature: allow service name wildcards with supervisorctl commands and cli #655

Closed
zerthimon opened this issue Sep 7, 2015 · 1 comment
Closed

Comments

@zerthimon
Copy link

Currently, restarting services with similar name isn't possible:

supervisorctl stop service_\*
service_*: ERROR (no such process)

It would be nice if supervisor could handle wildcarded service names.
Supporting a regex expressions is preferred, but even a simple glob expression (fnmatch) would be enough for most users.

@mnaberez
Copy link
Member

mnaberez commented Sep 7, 2015

The supervisor-wildcards plugin can be installed to add this functionality.

@mnaberez mnaberez closed this as completed Sep 7, 2015
@mnaberez mnaberez mentioned this issue Apr 9, 2020
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants