Module retry

Module retry 

Source
Expand description

Retry logic with exponential backoff for API requests.

Structs§

RetryConfig
Configuration for retry behavior.

Functions§

is_retryable_error
Determine if an error is retryable.
retry_request
Retry a request operation with exponential backoff.