Retry Storm - CI/CD用語集の定義
retry stormは、多数のクライアントが失敗したdependencyを同時にリトライすることで起こり、すでに劣化しているサービスへの負荷を倍増させ、一時的な不調を持続的な障害へと増幅させることが多くあります。ジッター付きバックオフとリトライ予算がこれを防ぎます。
関連ガイド
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…