Sent from my mobile phone (301) 785-4377On Mar 25, 2024, at 8:32 AM, Sébastien Rebecchi wrote:HelloI have an issue with nginx closing prematurely connections when reload is performed.I have some nginx servers configured to proxy_pass requests to an upstream group. This group itself is composed of
What language is your upstream API written in and are you hosting in
Amazon? Even if you aren't hosting in Amazon, it seems your values are
quite low for connect, read and send.
If you are running NodeJS for the upstream, one thing I have found is that
certain values need to be offset to avoid th
We have a pretty hard-hitting API application in NodeJS that is deployed in
AWS ECS using nGinx as a sidecar container to proxy to the NodeJS services.
We have some odd issues that occur where the NodeJS application reports
millisecond processing times up to res.send() but occasionally, the browse