-
Notifications
You must be signed in to change notification settings - Fork 46
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
Editoast improve valkey connection #10678
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #10678 +/- ##
=======================================
Coverage 81.89% 81.90%
=======================================
Files 1078 1078
Lines 107201 107163 -38
Branches 724 724
=======================================
- Hits 87795 87767 -28
+ Misses 19366 19356 -10
Partials 40 40
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Florian Amsallem <[email protected]>
a963049
to
4882130
Compare
Signed-off-by: Florian Amsallem <[email protected]>
4882130
to
a514e9a
Compare
Shouldn't we add a parameter for the number of connections in the pool? The default seems to be I'm baffled that parallelizing redis calls do not save us transport time 😮 What does the trace timings look like? |
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.
LGTM, thanks!
What is done:
Performances are unchanged.
traces.zip