Bottleneck - CI/CD用語集の定義
Bottleneckは、システム内で最も制約の強いステージまたはリソース - 最も遅いjob、飽和したrunnerプール、競合するlock - であり、他の場所の容量に関係なく全体のスループットを頭打ちにします。
関連ガイド
Critical Path - CI/CD Glossary DefinitionThe critical path is the longest chain of dependent jobs through a pipeline. Its length sets the minimum end-…
Pipeline DAG - CI/CD Glossary DefinitionA pipeline DAG models jobs as nodes and dependencies as edges, letting a CI system run independent work in pa…
Backpressure - CI/CD Glossary DefinitionBackpressure is a system signaling upstream producers to slow down when it cannot keep up, preventing unbound…