gunicorn not starting workers

最后都变了- 提交于 2019-12-03 08:42:33

I was able to fix this problem by reverting back to Gunicorn 18.0.0.

pip uninstall gunicorn
pip install gunicorn==18.0.0

Not the ideal solution. Perhaps it's worth making a bug ticket about this problem. My concern is that I can't actually identify what the problem is...so how do I make a proper bug ticket? haha

gunicorn doesn't return to the console by default now. Use the option --log-file=- to do it.

Also the error should be fixed in https://github.com/benoitc/gunicorn/issues/785 .

I will make a release tomorrow.

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