Queue Time - CI/CD用語集の定義
queue timeはjobがキューに入ってからrunnerが開始するまでの遅延です。queue timeが高いのは、容量不足や並行数の制限を示します。
関連ガイド
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…