Hi, I recently found a lot of nginx timeouts errors, but after checking uwsgitop, I found a lot of workers are idling, the average time per request is around 10-40 ms, and I set uwsgi_read_timeout as 30s (not 30ms)
uwsgitop said workers are idle, so uwsgi was not handling a lot of requests, so why nginx showed a lot of timeouts? When nginx timeout starts, my site is very slow; when it doesn't appear, the site can be very fast. so why the site is busy, but the uwsgi worker can be idle? I expect everyone working hard when busy. -- *samuel*
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
