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
It would be useful to be able to start and stop all processes in a program with multiple processes (i.e. numprocs > 1) by passing a wildcard to start/stop/restart, e.g.
supervisorctl start myprogram*
(This probably assumes process_name is defined like myprogram%(process_num)s)