Idempotency - CI/CD用語集の定義
Idempotency は、操作を複数回実行しても 1 回実行したときと同じ結果になるという性質で、これが retry や再実行を安全にします。
関連ガイド
Retry - CI/CD Glossary DefinitionA retry re-runs a failed step or job, often after a short wait, to recover from transient errors like network…
Throttling - CI/CD Glossary DefinitionThrottling is a server deliberately slowing or rejecting requests over a rate limit, returning 429 or latency…
Graceful Shutdown - CI/CD Glossary DefinitionGraceful shutdown lets a process finish in-flight work and release resources after a SIGTERM before exiting,…