Skip to main content

retry_backoff_sleep

Function retry_backoff_sleep 

Source
pub fn retry_backoff_sleep(attempt: u32)
Expand description

Performs a jittered exponential backoff sleep.

Used during network retries to prevent thundering herd problems and improve reliability on unstable connections.