How to debug gunicorn failure issues? (Worker failed to boot)

非 Y 不嫁゛ 提交于 2019-11-30 16:52:38

Try running with --preload as an argument to gunicorn_django - it should show you the error the workers are having when starting. See this bug

Ben Davis

You need --debug --log-level debug

In my case I had to run gunicorn_django --bind example.com:8001 from the same folder as my manage.py file.

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