Configures retry behavior for resilient operations.
Supports exponential backoff, jitter, and custom retry conditions for handling transient failures gracefully.
Type of errors to handle
Maximum retry attempts
Base delay in milliseconds
Optional
Backoff multiplier
Maximum delay
Jitter factor
Retry condition
Configures retry behavior for resilient operations.
Remarks
Supports exponential backoff, jitter, and custom retry conditions for handling transient failures gracefully.