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
The -d option supports multiple delays but if a user wants to implement (jittered) exponential backoff they still need to do the calculation themselves. Could you please add an option that generates a reasonable backoff sequence directly?
Even better if we can have a jitter option, that can be separate.
The -d option supports multiple delays but if a user wants to implement (jittered) exponential backoff they still need to do the calculation themselves. Could you please add an option that generates a reasonable backoff sequence directly?
Even better if we can have a jitter option, that can be separate.
Related reading material:
https://aws.amazon.com/builders-library/timeouts-retries-and-backoff-with-jitter/
https://aws.amazon.com/blogs/architecture/exponential-backoff-and-jitter/
The text was updated successfully, but these errors were encountered: