Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在运行 gunicorn,我使用 HUP 信号优雅地重新加载 gunicorn。但是,models.py 中的更改似乎由于某种原因没有重新加载。具体来说,我这样做:
sudo kill -HUP `cat masterpid`
我也和主管一起运行 gunicorn,所以我最终用主管硬重启了 gunicorn,但这并不优雅,并且有一两秒的停机时间(加上一些可能中断的请求)。有人对此有解决方案吗?
您在使用 run_gunicorn(现已弃用)吗?
https://github.com/benoitc/gunicorn/issues/536