Expand description
RetryWait-to-Ready promotion logic using backoff strategies.
This module provides functionality for promoting runs from the RetryWait state to the Ready state when their computed backoff delay has elapsed.
Structs§
- Retry
Promotion Result - Result of promoting RetryWait runs to Ready.
Functions§
- promote_
retry_ wait_ to_ ready - Promotes RetryWait runs to Ready based on backoff delay computation.