Skip to main content

Module retry

Module retry 

Source
Expand description

Retry mechanism with exponential backoff and jitter

Implements retry logic for transient failures like network errors and 503 responses.

Structs§

RetryBuilder
Retry configuration builder for easy customization

Functions§

is_retryable_error
Check if an error is retryable (transient)
retry_with_backoff
Retry a fallible async operation with exponential backoff