Expand description
Selection utilities for ready run selection.
This module provides run selection logic for choosing which ready runs should be leased to executors.
The default selector implements priority-then-FIFO ordering for v0.1.
Modulesยง
- default_
selector - Default priority-then-FIFO selector for ready runs.