We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sometimes user want a max duration for exponential backoff instead of reaching the max times.
The text was updated successfully, but these errors were encountered:
Hi, would you like to elaborate on this a bit? What is the difference between this and the ExponentialBuilder.with_max_delay(max_dur) API?
ExponentialBuilder.with_max_delay(max_dur)
Sorry, something went wrong.
The max_delay is the delay for each sleep, but this feature requires a total_delay so users can ensure that the retry won't exceed the total_delay.
max_delay
sleep
total_delay
Get it, let me take a look at this:)
No branches or pull requests
Sometimes user want a max duration for exponential backoff instead of reaching the max times.
The text was updated successfully, but these errors were encountered: