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
This shows that the number of concurrency exceeds the upper limit of open file descriptors for the process. You should increase this upper limit via kernel parameters etc.
A backend running on Drogon for 19 hours started not responding to any requests, checking the console logs I can see this:
Reading the code of
Acceptor
, it seems it is unable to read from the socket?After restarting the Drogon backend, it went back to normal.
The text was updated successfully, but these errors were encountered: