-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
OSError: [Errno 9] Bad file descriptor with Gunicorn #12
Comments
@JaccoVE why are your workers timing out immediately after starting? |
@smeetsomaiya I need to add some code to silence the error so that you don't see it in your log, but this error can be ignored as it just indicates that the client went away. |
Got it, thanks. Do you know what might be causing the "Worker was terminated due to signal 9"? Either that or the bad file descriptor stops my turbo stream. |
Had to be the signal. That means that your server was killed. I have no way to know why, if you didn't kill it yourself, then something on your system did. |
The text was updated successfully, but these errors were encountered: