gunicorn有没有类似uwsgi的重装?
我正在开发一些Web应用程序,需要检查一些更改。早些时候我使用uwsgi进行触摸重载,它真棒!但是由于某种原因我已经将它改为gunicorn(生成了0个字节),我在代码更改时看不到任何autoreload / autorestart。
如何实施?
答案 0 :(得分:0)
--touch-reload=path/to/file
代表uwsgi == --reload /path/to/file
代表gunicorn
答案 1 :(得分:0)
自gunicorn 19.8起,您可以指定--reload-extra-file
来观看文件,请参考http://docs.gunicorn.org/en/stable/settings.html#reload-extra-files。不要忘记--reload
或--reload-extra-file
不起作用。