Investigate updating gunicorn
worker counts
#10429
Labels
Needs: Breakdown
This big issue needs a checklist or subissues to describe a breakdown of work. [managed]
Needs: Lead
Needs: Triage
This issue needs triage. The team needs to decide who should own it, what to do, by when. [managed]
Type: Feature Request
Issue describes a feature or enhancement we'd like to implement. [managed]
Milestone
Proposal
@cdrini points out that many of our
gunicorn
workers are sitting idle waiting for requests. As pergunicorn
's guidance, we may be using too many workers.Let's investigate lower the number of
gunicorn
workers in our servers.Justification
Having too many idle workers can negatively affect site performance.
Adding more statsD instrumentation could help us determine if we should adjust the worker count, and by how much.
Breakdown
Requirements Checklist
Related files
Stakeholders
Instructions for Contributors
Please run these commands to ensure your repository is up to date before creating a new branch to work on this issue and each time after pushing code to Github, because the pre-commit bot may add commits to your PRs upstream.
The text was updated successfully, but these errors were encountered: