Expand description
Retry logic with exponential backoff for handling transient network failures
This module provides a configurable retry mechanism with exponential backoff and jitter to handle temporary network issues when communicating with NCBI APIs.
Structs§
- Retry
Config - Configuration for retry behavior
Traits§
- Retryable
Error - Trait for errors that can be retried
Functions§
- with_
retry - Execute an operation with retry logic