Skip to main content

QUEUED_JOB_STATUS

Constant QUEUED_JOB_STATUS 

Source
pub const QUEUED_JOB_STATUS: &str = "queued";
Expand description

The job status that means “waiting for a runner that does not exist yet”.

This is the value the whole module reduces to. A job in any other state either has a runner or has finished with one, and counting it would start a runner for work already being done — the same mistake as reading c3’s in-progress count as demand, one level down.