Skip to main content

Module retry

Module retry 

Source

Functionsยง

create_backoff
Create a backoff policy for API retries
is_permanent_error
Determines if an error is permanent (should not retry)
is_retryable_error
Determines if an error is retryable
retry_async
Retry an async operation with exponential backoff