Supervisor / supervisor

Supervisor process control system for Unix (supervisord)
http://supervisord.org
Other
8.46k stars 1.24k forks source link

"supervisorctl shutdown" too easily confused with "supervisorctl stop" #1522

Closed hottwaj closed 2 years ago

hottwaj commented 2 years ago

On several occasions I have run commands like: supervisorctl shutdown my_process intending to stop process "my_process".

However "shutdown" command makes supervisor shutdown completely.

Obviously this is my own fault and I should RTFM first and not do things from memory, but it would be nice if supervisorctl shutdown could error out if passed extra args, and note to the user that perhaps they meant to run supervisorctl stop xxx

Thanks :)

hottwaj commented 2 years ago

Hadn't seen that, sorry. Thanks!