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