Request Timeout - CI/CD用語集の定義
request timeoutは、クライアントが操作の完了を待つ総時間を中止するまでに制限します。これがないと、1つのハングしたネットワーク呼び出しがはるかに大きいジョブタイムアウトまでCIジョブを停滞させ、数分を無駄にします。
関連ガイド
Connection Pool - CI/CD Glossary DefinitionA connection pool keeps open connections ready to reuse, so callers borrow one instead of paying handshake co…
Retry Storm - CI/CD Glossary DefinitionA retry storm is a flood of simultaneous retries that piles load onto an already struggling service, often tu…
Thundering Herd - CI/CD Glossary DefinitionA thundering herd is many clients hitting a resource at the same instant - a cache expiry or recovery - overw…