Bottleneck - Definição do Glossário de CI/CD
Um bottleneck é o estágio ou recurso mais restrito em um sistema - o job mais lento, um pool de runners saturado, um lock em contenção - que limita a taxa de transferência geral independentemente da capacidade em outros lugares.
Guias relacionados
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…