We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
Binary Exponential Back off
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
When the user does not provide the errorRetryInterval option, it will be calculated by the Exponential Back off algorithm
errorRetryInterval
Exponential Back off
The text was updated successfully, but these errors were encountered:
feat: add back off algorithm to errorRetryInterval
60acfc5
reference: #18
feat: add back off algorithm to errorRetryInterval (#19)
13ce153
John60676
Successfully merging a pull request may close this issue.
When the user does not provide the
errorRetryInterval
option, it will be calculated by theExponential Back off
algorithmThe text was updated successfully, but these errors were encountered: