Backpressure - Definição do Glossário de CI/CD
Backpressure é um sinal de controle de fluxo que um consumidor envia upstream quando está sobrecarregado, contendo os produtores para que as filas permaneçam limitadas em vez de crescerem até o sistema ficar sem memória ou entrar em colapso.
Guias relacionados
Rate Limiting - CI/CD Glossary DefinitionRate limiting caps how many requests a client may make in a window, protecting a service from overload and ab…
Bottleneck - CI/CD Glossary DefinitionA bottleneck is the single stage or resource that limits overall throughput, so the whole pipeline or system…
Dead Letter Queue - CI/CD Glossary DefinitionA dead letter queue holds messages that repeatedly failed processing, moving them aside so the main queue kee…