You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi team
I am facing an issue where when a user requests a fast API endpoint through Nginx, the Nginx server log emits 502 errors,which highlight "upstream prematurely closed connection while reading response header from upstream " in the Nginx log.
but I do not find what happened at that time.,as I can not find the corresponding logs in backend application log.Can someone help me how to investigate it?
The text was updated successfully, but these errors were encountered:
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 #3038 it happens less frequently but it is still around.
Hi team
I am facing an issue where when a user requests a fast API endpoint through Nginx, the Nginx server log emits 502 errors,which highlight "upstream prematurely closed connection while reading response header from upstream " in the Nginx log.
but I do not find what happened at that time.,as I can not find the corresponding logs in backend application log.Can someone help me how to investigate it?
The text was updated successfully, but these errors were encountered: