-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Worker is broken with latest Gunicorn #269
Labels
Comments
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With Gunicorn 19.2.0, the aiohttp.worker.GunicornWebWorker and Application needs a few patches:
File "/home/mrdon/dev/tmp/foo/venv/lib/python3.4/site-packages/aiohttp/worker.py", line 43, in make_handler
debug=self.cfg.debug,
File "/home/mrdon/dev/tmp/foo/venv/lib/python3.4/site-packages/gunicorn/config.py", line 58, in getattr
raise AttributeError("No configuration setting for: %s" % name)
Workarounds:
The text was updated successfully, but these errors were encountered: