Skip to main content

Module retry

Module retry 

Source
Expand description

Retry logic with exponential backoff and jitter

This module provides retry logic for verification checks that fail due to transient issues like timeouts or network errors.

Structs§

RetryConfig
Configuration for retry behavior

Functions§

execute_with_retry
Execute an async operation with retry logic
is_retryable
Check if an error should trigger a retry