Retry Storm - Definição do Glossário de CI/CD
Um retry storm acontece quando muitos clientes tentam novamente uma dependência com falha ao mesmo tempo, multiplicando a carga sobre um serviço que já está degradado e frequentemente amplificando um soluço transitório em uma queda sustentada; backoff com jitter e orçamentos de retry o previnem.
Guias relacionados
Thundering Herd - CI/CD Glossary DefinitionA thundering herd is many clients hitting a resource at the same instant - a cache expiry or recovery - overw…
Cache Stampede - CI/CD Glossary DefinitionA cache stampede is many requests all missing the same expired cache key at once and racing to recompute it,…
Request Timeout - CI/CD Glossary DefinitionA request timeout caps total time waiting for an operation before giving up, so a stuck call fails fast inste…