I'm having an issue with my Flask app where periodically the log starts repeating
*** uWSGI listen queue of socket "127.0.0.1:xxxxx" (fd: 3) full !!! (101/100) ***
until I manually restart the process. I haven't been able to track down what causes it, and my Google searches for the error have been thin on solutions. I'm not even really sure how to begin debugging it.
Any suggestions? If it's simply a matter of getting a bigger stack and throwing more workers at it, I'm OK with that, but I don't want to spend extra if there's a better solution.
Thanks!