-
-
Notifications
You must be signed in to change notification settings - Fork 702
T-G3 — Priority job queue #322
Copy link
Copy link
Open
Labels
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
Projects
- StatusShow more project fieldsBacklog
Epic: Epic G — VRAM pre-flight & job queue
Priority: P2
Context
There is currently no job queue:
_jobsinworkflow_runs.pyis an unordered dict with no scheduling or priorities, so nothing prevents concurrent launches from saturating the GPU.Scope
_jobsdict with a real queue (FIFO + priority), to stack generations and heavy ops without a concurrent launch saturating the GPU.Acceptance criteria
Launching 3 generations in a row runs them serially with a visible "queued" status — no attempt at a simultaneous launch.
From
ROADMAP_0.5.md.