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
The per request StatsClient object may get garbage collected, but the socket listener resource is never cleaned up. This ultimately causes us to run out of file descriptors.
The text was updated successfully, but these errors were encountered:
I noticed this using uwsgi to host our application. Now I do not think it is uwsgi related.
lsof -p <mypid>
shows many UDP listenersThe per request StatsClient object may get garbage collected, but the socket listener resource is never cleaned up. This ultimately causes us to run out of file descriptors.
The text was updated successfully, but these errors were encountered: