fedimint_core::util::backoff_util

Function background_backoff

Source
pub fn background_backoff() -> FibonacciBackoff
Expand description

Backoff strategy for background tasks.

Starts at 1s and increases to 60s, never giving up.