Thundering Herd - CI/CD用語集の定義
thundering herd問題は、単一のイベント(キャッシュエントリの失効、サービスの復帰)によって引き起こされる同時リクエストの急増で、リソースが最も対応しづらいまさにその瞬間にそれを飲み込みます。ジッターとリクエストの合体がこれを抑えます。
関連ガイド
Retry Storm - CI/CD Glossary DefinitionA retry storm is a flood of simultaneous retries that piles load onto an already struggling service, often tu…
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,…
TTL - CI/CD Glossary DefinitionTTL is how long a cached entry or DNS record stays valid before refresh. Too long serves stale data; too shor…