Queue Time - CI/CD Glossary Definition
Queue time is the delay between a job being queued and a runner starting it; high queue time signals too little capacity or concurrency limits.
Related guides
Autoscaling - CI/CD Glossary DefinitionAutoscaling adds and removes runners automatically based on queued demand, so jobs start quickly under load w…
Warm Pool - CI/CD Glossary DefinitionWarm Pool: A **warm pool** is a set of pre-booted runners kept ready so jobs start almost instantly instead o…
Concurrency Group - CI/CD Glossary DefinitionA concurrency group is a named key that limits a workflow to one active run at a time, cancelling superseded…