-
Notifications
You must be signed in to change notification settings - Fork 27
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
⬆️ upgrades gunicorn dependencies in webserver #6336
⬆️ upgrades gunicorn dependencies in webserver #6336
Conversation
Quality Gate passedIssues Measures |
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.
that was fast 👍
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.
👍
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6336 +/- ##
=========================================
+ Coverage 84.5% 89.4% +4.8%
=========================================
Files 10 361 +351
Lines 214 18043 +17829
Branches 25 0 -25
=========================================
+ Hits 181 16136 +15955
- Misses 23 1907 +1884
+ Partials 10 0 -10
Flags with carried forward coverage won't be shown. Click here to find out more. |
What do these changes do?
In master deploy webserver cannot start in one of the nodes and we speculate that it is due to guvicorn and how it uses memory. This PR upgrades
gunicorn
Related issue/s
How to test
in place
Dev-ops checklist
None