-
Notifications
You must be signed in to change notification settings - Fork 150
Conversation
Codecov Report
@@ Coverage Diff @@
## master #164 +/- ##
=======================================
Coverage 46.29% 46.29%
=======================================
Files 1 1
Lines 108 108
=======================================
Hits 50 50
Misses 58 58
Continue to review full report at Codecov.
|
I think Exponential backoff is generally a good idea and we use that approach in some of the other lirbaries. |
We also don't need to make it an option - let's make exponential retry the default. If folks want control, we can always add it later. |
Thank you for your suggestion. I think, yes we should use exponential delay. |
Hi @f2prateek What do you think? Is the PR ok or need some improvements? |
LGTM! Would love to get @vadimdemedes to take a look as well |
Hi guys, Just curious when will you guys publish these changes to NPM? |
Sometimes we need to delay retry to avoid high CPU consumes during retry, especially when we set
retryCount
to big number.