Tobias Nusser
Tobias Nusser
@tilgovi What is the status of your PR?
^bump for visibility Unfortunately since this issue is still not resolved, rewrap is basically not usable inside a python project.
Error connect() failed (111: Connection refused) while connecting to upstream - Gunicorn returns 502
Update: I'm able to mitigate some of the issues by using a prestop lifecycle hook to my application container. So during a rolling update, requests which were already accepted have...
We face a similar issue that gunicorn rarely (~every 50.000th request) returns a 502-Error without ever showing up in the application logs. Since we stoped using the `max-request` parameter https://github.com/benoitc/gunicorn/issues/3038...
Our specific nginx error is different from yours: `[error] 26#26: *504921 connect() failed (111: Connection refused) while connecting to upstream, client: 10.95.59.1, server: , request: "POST /v1/info HTTP/1.1", upstream: "http://10.96.229.82:8000/v1/info"`...