The default configuration is way too low (4 workers).
They respectively have around 32 and 16 concurrent parallel requests all the time
Related to T4477
A simple requests without a database access is very long:
vsellier@storage1 ~ % curl -w "@.curl-format.txt" -o /dev/null -s http://localhost:5002 time_namelookup: 0.000472 time_connect: 0.000620 time_appconnect: 0.000000 time_pretransfer: 0.000659 time_redirect: 0.000000 time_starttransfer: 4.734891 ——— time_total: 4.734945
Which seems to indicates swh-storage is not responding
there are a lot of connection waiting a response (handled by nginx)
root@storage1:/var/log/nginx# ss -tn | grep 5002 | grep ESTAB | wc -l 33
root@storage1:/etc# ss -tn | grep 5007 | grep ESTAB | wc -l 17
and only 4 workers configured