pub fn background_backoff() -> FibonacciBackoff
Expand description
Backoff strategy for background tasks.
Starts at 1s and increases to 60s, never giving up.
pub fn background_backoff() -> FibonacciBackoff
Backoff strategy for background tasks.
Starts at 1s and increases to 60s, never giving up.