pub fn fibonacci_max_one_hour() -> FibonacciBackoff
Expand description
Retry every max 10s for up to one hour, with a more aggressive fibonacci backoff in the beginning to reduce expected latency.
Starts at 200ms increasing to 10s. Retries 360 times before giving up, with a maximum total delay between 3527.6s (58m 47.6s) and 3599.6s (59m 59.6s) depending on jitter.