-
Notifications
You must be signed in to change notification settings - Fork 409
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
Cleanup exponential backoff with jitter #2443
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2443 +/- ##
===========================================
- Coverage 64.42% 26.76% -37.66%
===========================================
Files 394 394
Lines 19349 19339 -10
===========================================
- Hits 12465 5177 -7288
- Misses 5982 13606 +7624
+ Partials 902 556 -346
... and 124 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. |
@j0holo I've added minor updates to your initial work 🤗 |
@chilagrow Yeah, looks indeed like an nice improvement. Always nice to see different implementation of similar code. |
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.
Great job!
As Alexey noticed, we need to check that the issue number 1720
is not mentioned in the code TODOs anymore. But the code itself looks reasonable and readable to me.
d707761
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
Description
Closes #1720.
Readiness checklist
task all
, and it passed.@FerretDB/core
), Assignee, Labels, Project and project's Sprint fields.