You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the #1093 we introduce a new RetryBackoffType enum member. We should add a RetryBackoffType.ExponentialWithJitter enum member to it, update RetryHelper class with new delay generation and make the ExponentialWithJitter the default one.
In the #1093 we introduce a new
RetryBackoffType
enum member. We should add aRetryBackoffType.ExponentialWithJitter
enum member to it, updateRetryHelper
class with new delay generation and make theExponentialWithJitter
the default one.We should consider using the code from Polly.Contrib.WaitAndRetry project for this.
See #530 for more details about the benefits of jitter delay.
The text was updated successfully, but these errors were encountered: