Open
Description
Hello, long-standing supervisord user here, thanks for the development over the years.
Proposal: Add to the web interface a "stop group" Action.
It would be nice to stop an entire group of processes from the web interface without having to click the stop
Action on everyone.
The equivalent of supervisorctl stop process_group_name:*
.
Since the processes are sorted in the web interface as "process_name:N" the "Stop Group" action could be shown right after the "Tail -f" action only on the first process of the group. It also should be shown only on "process groups" (numprocs > 0
).
I hope this is not duplicate\previously discussed, but I haven't seen something open, in topic, in the Issues list.