You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently, restarting services with similar name isn't possible:
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.
The text was updated successfully, but these errors were encountered: