-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uWSGI listen queue of socket full #147
Comments
It seems the feature is working but some more testing is needed...
|
Interesting warning on the delfitlm_app container
|
Based on this, the last warning should be ignored. |
The system has been stable over the last couple of days, this modification seems working fine. |
No problem observed for months, the issue can be closed. |
After the app has run for quite some time, the webserver stops working.
This error can be seen in the logs:
app_1 | Tue Jan 9 04:04:46 2024 - *** uWSGI listen queue of socket ":8000" (fd: 3) full !!! (101/100) ***
This is probably the solution.
If WSGI starts responding slowly, nginx might have already closed the connection, throwing an error.
The text was updated successfully, but these errors were encountered: