Re: nginx taking too long to respond

2021-07-19 Thread mrgonza78
Thanks for the responde Maxim, I appreciate it. In our case we're not using perl modules and we're not serving files either. We're using a bunch of known lua/resty libraries (we're using openresty), but AFAIK all IO in lua is non-blocking. On the other hand, that 75s delay in processing was j

nginx taking too long to respond

2021-07-16 Thread mrgonza78
I have an nginx used mainly as a reverse proxy for a couple of upstream services. This nginx has a simple endpoint used for health checks: location /ping { return 200 '{"ping":"successful"}'; } The problem I'm having is that this ping takes too long to be responded: $ cat /proc/loadavg;