-
Notifications
You must be signed in to change notification settings - Fork 47
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
Feat(extension): Enable Async Gunicorn workers for Flask and Django e… #747
Feat(extension): Enable Async Gunicorn workers for Flask and Django e… #747
Conversation
…ile verification
…thethird/rockcraft into flask-django-extention-async-workers
…thethird/rockcraft into flask-django-extention-async-workers
…ithethird/rockcraft into flask-django-extention-async-workers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We still need to discuss re a spread test for async
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks! @medubelko can you take a look at the updated docs and give the second review?
…thethird/rockcraft into flask-django-extention-async-workers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jdkandersson Apologies for getting to this so late. Let me know if I should clarify any of my suggestions. :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alithethird Apologies for pinging the wrong person before. The fingers were moving too fast. 😓
I have one more small change and then I think we're good to merge.
Co-authored-by: Michael DuBelko <[email protected]>
Co-authored-by: Michael DuBelko <[email protected]>
@medubelko all good 👍 . Thanks a lot for your reviews :) |
…go (#1986) Related to [Rockcraft PR](canonical/rockcraft#747) and [Paas Charm PR](canonical/paas-charm#11). Adds charm option to enable Async Gunicorn Workers.
Enable Async Gunicorn workers for Flask and Django extensions
Reviewers:
@jdkandersson
@javierdelapuente
@tigarmo
@gregory-schiano