Module retry

Module retry 

Source
Expand description

Retry logic with exponential backoff for handling transient network failures

This module provides a configurable retry mechanism with exponential backoff and jitter to handle temporary network issues when communicating with NCBI APIs.

Structs§

RetryConfig
Configuration for retry behavior

Traits§

RetryableError
Trait for errors that can be retried

Functions§

with_retry
Execute an operation with retry logic