我使用主管来运行 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