Expand description
Retry logic with exponential backoff and jitter
This module provides retry logic for verification checks that fail due to transient issues like timeouts or network errors.
Structs§
- Retry
Config - Configuration for retry behavior
Functions§
- execute_
with_ retry - Execute an async operation with retry logic
- is_
retryable - Check if an error should trigger a retry