Skip to main content

Module retry_promotion

Module retry_promotion 

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

RetryPromotionResult
Result of promoting RetryWait runs to Ready.

Functions§

promote_retry_wait_to_ready
Promotes RetryWait runs to Ready based on backoff delay computation.