Module retry

Source
Expand description

Retry strategies and utilities for PostgreSQL operations

This module provides robust retry mechanisms with exponential backoff for handling transient database failures.

Structs§

RetryStrategy
Retry strategy configuration

Enums§

RetryError
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