Skip to main content

Module scheduler

Module scheduler 

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