Expand description
Retry strategies and utilities for PostgreSQL operations
This module provides robust retry mechanisms with exponential backoff for handling transient database failures.
Structs§
- Retry
Strategy - Retry strategy configuration
Enums§
- Retry
Error - Errors that can occur during retry operations
Functions§
- is_
retryable_ error - Determines if an error is retryable
- retry_
operation - Execute an operation with retry logic