Expand description
Scheduler utilities for run promotion and selection.
This module provides scheduling logic for moving runs between states and selecting runs for execution.
The promotion module handles moving runs from Scheduled to Ready when their scheduled_at time has passed.
Modulesยง
- attempt_
finish - Attempt-finish mutation command derivation from executor outcomes.
- promotion
- Scheduled-to-ready promotion logic.
- retry_
promotion - RetryWait-to-Ready promotion logic using backoff strategies.