Gunicorn worker timeout error

后端 未结 15 2006
梦谈多话
梦谈多话 2020-11-29 16:07

I have setup gunicorn with 3 workers 30 worker connections and using eventlet worker class. It is setup behind Nginx. After every few requests, I see this in the logs.

15条回答
  •  抹茶落季
    2020-11-29 16:39

    I had very similar problem, I also tried using "runserver" to see if I could find anything but all I had was a message Killed

    So I thought it could be resource problem, and I went ahead to give more RAM to the instance, and it worked.

提交回复
热议问题