Expand description
This module provides an exponential backoff mechanism with jitter for retrying operations.
It includes BackoffEntry to track individual peer backoff states and BackoffManager
to manage multiple peer backoff entries.
Structsยง
- Backoff
Entry - Represents the backoff state for a single peer or operation.
- Backoff
Manager - Manages backoff states for multiple peers or operations.
Constantsยง
- BACKOFF_
MULTIPLIER ๐ - JITTER_
RANGE ๐ - MAX_
BACKOFF ๐ - MIN_
BACKOFF ๐