1
Supervisorctl stop all =プロセスの停止?
私はいくつかのPHP CLIスクリプトを実行し、Supervisorを介して監視しています。 supervisorctlそれらを監視するために使用すると、スクリプトは次のように表示されます。 cleanup RUNNING pid 1805, uptime 0:00:41 postsales RUNNING pid 1825, uptime 0:00:10 rebills RUNNING pid 1823, uptime 0:00:19 subscribers RUNNING pid 1827, uptime 0:00:10 ただし、を発行するとstop all、supervisorctlがフリーズし、CTRL + Cで終了する必要があります。 次にを実行するsupervisorctlと、ステータスは次のようになります。 cleanup RUNNING pid 1935, uptime 0:00:44 postsales RUNNING pid 1953, uptime 0:00:05 rebills STOPPED Jul 19 12:23 PM …