Hi I have a domain and a subdomain splitted in 2 Vassals, the first it's working great but the second one dies on some queries (502 a lot).
The uwsgi log shows:
Fri Nov 6 12:02:55 2020 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) !!!
Fri Nov 6 12:02:55 2020 - uwsgi_response_writev_headers_and_body_do(): Broken pipe [core/writer.c line 306] during POST /ingresos/ventas/ (127.0.0.1)
IOError: write error.
Any help?
Do you know any parameter that kill or reduce workers that are idle? it seems they are only growing and never get reduced or killed.
I have the same situation in WF and 5 workers in Apache mod_wsgi use the half of memory than uWsgi
Thanks!