Open
Description
This is on supervisor 3.1.3, python 2.7 venv on ubuntu
If starting in the foreground (supervisord -n) and running supervisorctl reload from another shell, everything works properly: all processes are shutdown, and then re-started.
If starting normally (supervisord) and running supervisorctl reload, it acts exactly as if supervisorctl shutdown was called. Nothing unusial in the log when testing with supervisord -e debug