Expand description
Connection retry logic with exponential backoff
Structs§
- Retry
Config - 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