Hello,
I'm using uwsgi to serve an API in my company. However, during our stress tests, the following message appeared frequently and the tests would fail afterwards:
*** uWSGI listen queue of socket "127.0.0.1:35305" (fd: 3) full !!! (101/100) ***
The most important point is that the error only occurred when testing for HTTPS, not HTTP. Increasing the number of processes, threads and even using --http-socket instead of --http didn't have effects. It must be said that we are using uwsgi to serve requests directly, without nginx or Apache in front of it.
Any idea on what could be causing it? Could this be related to #1369 somehow?
Did you found a solution to this problem?
Most helpful comment
Did you found a solution to this problem?