Modulesยง
- assignment ๐
- Application workflow for one scheduler assignment round.
- backlog ๐
- Canonical in-memory scheduler backlog accounting.
- burst ๐
- Autoscales the Latitude.sh burst node pool based on pending-chunk queue depth.
- dispatch ๐
- Load-balanced runtime claiming and realtime dispatch.
- driver ๐
- Cancellable
PostgreSQLnotification and polling driver. - eligibility ๐
- Node access-policy evaluation for scheduler assignments.
- planning ๐
- Scheduler job validation, ordering, and runtime construction.
- reclaim ๐
- repository ๐
- Persistence boundary for scheduler assignment rounds.
- runtime ๐
- In-process scheduler runtime state; only final results reach Postgres.
- runtime_
aggregate ๐ - In-process runtime state for base-config jobs (single and stat-weights).
- runtime_
breakdown ๐ - Memory accounting for the in-process tournament runtime.
- runtime_
completion_ ๐log - Bounded idempotency log for the in-process runtime.
- runtime_
factorial ๐ - Factorial-screening stage for the in-process tournament runtime.
Structsยง
- JobProgress
Event ๐ - JobProgress
Payload ๐ - JobProgress
TopPermutation ๐ - Scheduler
Db ๐
Functionsยง
- run ๐