telefonicaid/orchestrator

uwsgi listen queue full

Closed this issue · 2 comments

uwsgi-http] unable to connect() to node "127.0.0.1:36861" (3 retries): Connection timed out
Mon Apr 1 08:07:19 2024 - ** uWSGI listen queue of socket "127.0.0.1:36861" (fd: 3) full !!! (101/100) **
Mon Apr 1 08:07:20 2024 - ** uWSGI listen queue of socket "127.0.0.1:36861" (fd: 3) full !!! (101/100) **

maybe related with uwsgi_listen_queue_size which is 100 by default. Try to increase 1024

Fixed in PR #353