スーパーバイザを使用して uWSGI アプリケーションを実行しています。スーパーバイザーを停止した後、uWSGI アプリケーションが常に停止しないのはなぜですか? スーパーバイザ構成:
[program:test]
autostart = true
user=root
command=uwsgi --master --workers 5 --disable-logging --socket 127.0.0.1:8888
--module web --callable app
priority=1
redirect_stderr=true
stdout_logfile = /data/log