Add exponential backoff with jitter algorithm for retry package
I think the default backoff algorithm should be modified and use the algorithm with jitter, so I contributed an implementation.
reference: http://www.awsarchitectureblog.com/2015/03/backoff.html
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
b913549) 36.85% compared to head (8503409) 36.89%.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@ Coverage Diff @@
## master #2786 +/- ##
==========================================
+ Coverage 36.85% 36.89% +0.03%
==========================================
Files 672 672
Lines 39799 39812 +13
==========================================
+ Hits 14667 14687 +20
+ Misses 23510 23505 -5
+ Partials 1622 1620 -2
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
It has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days