Module retry

Module retry 

Source
Expand description

Retry utilities for handling transient async errors

Structs§

RetryConfig
Retry configuration

Functions§

with_default_retry
Execute an async operation with retry using default configuration
with_retry
Execute an async operation with retry logic