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

Add more workers per meshdb pod #827

Merged
merged 3 commits into from
Feb 11, 2025
Merged

Add more workers per meshdb pod #827

merged 3 commits into from
Feb 11, 2025

Conversation

WillNilges
Copy link
Collaborator

I was reading some docs today and I realized that gunicorn could be run with more workers. I've noticed MeshDB can sometimes perform poorly for somebody if somebody else is doing something intensive, so I think this might help us with concurrent requests while a pod is waiting on an IO operation or something (like the DB).

Copy link

codecov bot commented Feb 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.91%. Comparing base (55919bc) to head (46c763e).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #827   +/-   ##
=======================================
  Coverage   94.91%   94.91%           
=======================================
  Files          90       90           
  Lines        3835     3835           
=======================================
  Hits         3640     3640           
  Misses        195      195           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@WillNilges WillNilges merged commit f1107c7 into main Feb 11, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants