-
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
♻️ director-v2 uses one dy-sidecar API client per sidecar #4085
♻️ director-v2 uses one dy-sidecar API client per sidecar #4085
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4085 +/- ##
=========================================
- Coverage 85.5% 72.2% -13.3%
=========================================
Files 951 398 -553
Lines 41264 20612 -20652
Branches 957 174 -783
=========================================
- Hits 35290 14902 -20388
+ Misses 5755 5661 -94
+ Partials 219 49 -170
Flags with carried forward coverage won't be shown. Click here to find out more.
|
...es/director-v2/src/simcore_service_director_v2/modules/dynamic_sidecar/api_client/_public.py
Show resolved
Hide resolved
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!
...es/director-v2/src/simcore_service_director_v2/modules/dynamic_sidecar/api_client/_public.py
Outdated
Show resolved
Hide resolved
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!
…shared-clients-pool
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.
let's hope this will solve the pool issue!
thx
Code Climate has analyzed commit bcf726a and detected 0 issues on this pull request. View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
What do these changes do?
The connection pool from
httpx
insidedirector-v2
'sdynamic_sidecar_client
is running out of connections.♻️ Changed to be using one client per sidecar now. Trying to mitigate the problem.
Related issue/s
How to test
Tests already exist.