いつsupervisordにreloadコマンドを使用したかを把握しようとしています。その下で現在実行されている処理を停止しますか?以下の手順を使用しました。
mlzboy@mlzboy-mac:~/my/ide/test$ pstree -p|grep super
|-supervisord(6763)
mlzboy@mlzboy-mac:~/my/ide/test$ supervisorctl
daemon STARTING
supervisor> reload
Really restart the remote supervisord process y/N? y
Restarted supervisord
supervisor> exit
mlzboy@mlzboy-mac:~/my/ide/test$ pstree -p|grep super
|-supervisord(6763)
プロセスIDは変更されていないことがわかりました。それで、リロードがスーパーバイザーの制御下で処理を停止しないことを証明しますか?