Gunicorn worker timeout error

后端 未结 15 2004
梦谈多话
梦谈多话 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:53

    If you are using GCP then you have to set workers per instance type.

    Link to GCP best practices https://cloud.google.com/appengine/docs/standard/python3/runtime

提交回复
热议问题