Retry Budget - Definição do Glossário de CI/CD
Um retry budget é um limite para repetições automáticas (por teste, por job ou para toda a frota) para que falhas transitórias tenham uma segunda chance sem permitir que re-execuções ilimitadas escondam uma regressão real ou consumam minutos de CI.
Guias relacionados
Quarantine - CI/CD Glossary DefinitionQuarantine moves a known-flaky test out of the blocking suite so it no longer fails the build, while still ru…
Circuit Breaker - CI/CD Glossary DefinitionA circuit breaker stops calling a failing dependency once errors cross a threshold, failing fast for a cooldo…
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…