Skip to main content

Module promotion

Module promotion 

Source
Expand description

Scheduled-to-ready promotion logic.

This module provides functionality for promoting runs from the Scheduled state to the Ready state when their scheduled_at time has passed.

Structs§

AuthorityPromotionResult
Result of authority-mediated scheduled-to-ready promotion.
PromotionParams
Parameters for authority-mediated promotion that group sequencing and timing context.
PromotionResult
Result of promoting scheduled runs to ready.

Enums§

AuthorityPromotionError
Error returned when authority-mediated promotion fails.

Functions§

promote_scheduled_to_ready
Promotes runs from Scheduled to Ready based on the current time.
promote_scheduled_to_ready_via_authority
Promotes scheduled runs through the engine-storage mutation authority boundary.