-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
gunicorn crashed on start with --reload flag #1058
Comments
can you paste your config file ( |
|
@Schabernack can you increase the log level to debug? Maybe the trace will be more interesting there. It seems that |
@Schabernack bump. |
Sorry Benoit, I fixed this by reinstalling gunicorn and forgot about the ticket. This can be closed. |
@Schabernack np, thanks! |
I got this issue as well. I'm using docker. Removing --reload was the fix |
I'm seeing this problem.
|
I think this change to cpython 3.6 is what is triggering the bug for me: python/cpython@a71397f |
I can confirm this bug. Any chance to be fixed in next release? |
Yes I see that but that means installing gunicorn from github/master and not from pypi. |
We have an open issue to track 19.8 release: #1634 (TL;DR: There is one blocker remaining at the moment.) |
Setup: Vagrant, virtualenv, gunicorn 19.3.0:
The following command produces this stack:
gunicorn -c /data/shared/api/gunicorn_config.py -b unix:/tmp/api-dev-gunicorn.sock --log-level INFO --reload wsgi:app
If I remove --reload it boots up fine.
The text was updated successfully, but these errors were encountered: