Skip to content
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

Breaking changes in Gunicorn 20 #10

Closed
bilalshaikh42 opened this issue Nov 11, 2019 · 0 comments
Closed

Breaking changes in Gunicorn 20 #10

bilalshaikh42 opened this issue Nov 11, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@bilalshaikh42
Copy link
Contributor

bilalshaikh42 commented Nov 11, 2019

Gunicorn 20 no longer supports the application factory pattern for creating flask apps

benoitc/gunicorn#2159

We need to change the procfile and the core.py file.
As per the above issue, first, create a var to hold the app.
have unicorn run on the variable and not the factory method.

@bilalshaikh42 bilalshaikh42 added the bug Something isn't working label Nov 11, 2019
@lzy7071 lzy7071 closed this as completed Nov 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants