pub fn default_backoff() -> ExponentialBackoffExpand description
Create a default ExponentialBackoff for use with QCS.
This backoff will retry for up to 5 minutes, with a maximum interval of 30 seconds and some randomized jitter.
pub fn default_backoff() -> ExponentialBackoffCreate a default ExponentialBackoff for use with QCS.
This backoff will retry for up to 5 minutes, with a maximum interval of 30 seconds and some randomized jitter.