Wait Timer (Deployment) - CI/CD用語集の定義
wait timerはdeployが実行される前に固定の遅延を挿入し、キャンセルや観察のための時間を与えます。
wait timerとは、deployのjobがトリガーされたあと、jobが開始する前に、設定された分数だけ遅延させるenvironment protection ruleです。
GitHubのenvironmentに分単位で設定するwait timerは、リリースを段階的にずらしたり、手動の承認stepなしに直前の中止のための余裕を残したりするためによく使われます。
関連ガイド
Environment Protection Rules - CI/CD Glossary DefinitionEnvironment Protection Rules: Environment protection rules are GitHub Actions controls that gate a deployment…
Required Reviewers (Deployment) - CI/CD Glossary DefinitionRequired Reviewers (Deployment): Required reviewers is an environment protection rule that pauses a deploymen…