Expand description
Retry strategy module.
Provides flexible retry strategy configuration and implementation:
- Fixed delay
- Exponential backoff
- Linear backoff
- Configurable retry conditions
- Retry budget mechanism
Structs§
- Retry
Config - Retry configuration.
- Retry
Strategy - Retry strategy.
Enums§
- Retry
Strategy Type - Retry strategy type.