Skip to main content

Module retry

Module retry 

Source
Expand description

Generic retry mechanism for network operations.

Re-exports§

pub use backoff::ExponentialBackoff;

Modules§

backoff
Exponential backoff mechanism with jitter support.

Structs§

RetryConfig
Configuration for retry behavior.
RetryManager
Generic retry manager for network operations.

Functions§

create_http_retry_manager
Create a RetryManager suitable for HTTP requests.
create_websocket_retry_manager
Create a RetryManager suitable for WebSocket reconnections.