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§
- Authority
Promotion Result - Result of authority-mediated scheduled-to-ready promotion.
- Promotion
Params - Parameters for authority-mediated promotion that group sequencing and timing context.
- Promotion
Result - Result of promoting scheduled runs to ready.
Enums§
- Authority
Promotion Error - 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.