Skip to content

Add more workers per meshdb pod#827

Merged
WillNilges merged 3 commits intomainfrom
wdn/4-workers
Feb 11, 2025
Merged

Add more workers per meshdb pod#827
WillNilges merged 3 commits intomainfrom
wdn/4-workers

Conversation

@WillNilges
Copy link
Copy Markdown
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).

@codecov
Copy link
Copy Markdown

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