You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am making some tests on uWSGI 2.0.25.1 with multiple HTTP sockets and map-socket in order to avoid socket busyness due to healthchecks from HAProxy.
I enabled 2 HTTP sockets and 4 processes, and I mapped 3 processes for the first socket (for application) and the 4th process for the second socket (for monitoring and healthchecks):
I am making some tests on uWSGI 2.0.25.1 with multiple HTTP sockets and map-socket in order to avoid socket busyness due to healthchecks from HAProxy.
I enabled 2 HTTP sockets and 4 processes, and I mapped 3 processes for the first socket (for application) and the 4th process for the second socket (for monitoring and healthchecks):
As a result, the first socket on the port
8000
works and is fast as it should be:If I try to connect to the second socket (port
8001
), the connection hangs and the socket seems not to serving anything:This is my
uwsgi.ini
file:Could you help me to understand where I'm wrong, please?
The text was updated successfully, but these errors were encountered: