Django, uWSGI & nginx: Process dies for “no reason”

限于喜欢 提交于 2019-12-08 04:30:29

Look at the log: req: 1000/1000

And you have set 1000 as the number of maxium requests.

You should always add --master/-M on uwsgi even under supervisord, this will allow to restart apps without losing the socket (and without spitting out an error to clients during restart).

Seems like it. We use monit to monitor and restart websites, databases, tunnels etc.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!