timeout-minutes - CI/CD 用語集の定義
timeout-minutes は job や step がキャンセルされるまでの最大実行時間を設定し、放置すればプラットフォームの上限まで走り続けるハングから保護します。
関連ガイド
Queue Time - CI/CD Glossary DefinitionQueue time is how long a job waits after being triggered before a runner picks it up. Long queue time, not jo…
Deadlock - CI/CD Glossary DefinitionA deadlock is when two or more tasks each wait forever on a resource the other holds, so none proceed. In CI…
Concurrency Group - CI/CD Glossary DefinitionA concurrency group is a named key that limits a workflow to one active run at a time, cancelling superseded…