Skip to main content

Module scheduler

Module scheduler 

Source

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 PostgreSQL notification 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ยง

JobProgressEvent ๐Ÿ”’
JobProgressPayload ๐Ÿ”’
JobProgressTopPermutation ๐Ÿ”’
SchedulerDb ๐Ÿ”’

Functionsยง

run ๐Ÿ”’