Module retry_strategy

Module retry_strategy 

Source
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§

RetryConfig
Retry configuration.
RetryStrategy
Retry strategy.

Enums§

RetryStrategyType
Retry strategy type.