Skip to main content

Module retry

Module retry 

Source
Expand description

Connection retry logic with exponential backoff

Structs§

RetryConfig
Retry configuration for database operations

Functions§

is_retryable_error
Check if an error is retryable (connection-related)
retry_database_operation
Retry a database operation with exponential backoff
retry_on_connection_error
Enhanced retry logic that only retries on connection errors