Deployment Freeze とは何か
deployment freeze は、指定されたウィンドウの間、production への変更の出荷を意図的に停止することです。チームは、ピーク販売日や主要スタッフが不在のときなど、インシデントのコストが異常に高い期間の周辺でこれを課します。pipeline は、freeze が解除されるまで deploy をブロックすることでこれを強制できます。
なぜ重要か
freeze は、タイミングによって障害の対処が特に高くつくときに、release の速度を安定性と引き換えにします。それを pipeline に符号化することで、ウィンドウ中の偶発的な deploy を防げます。
関連ガイド
What Is a Change Calendar?A change calendar is a shared schedule of planned deployments, maintenance, and freeze windows, giving teams…
What Is an Automated Rollback Policy?An automated rollback policy defines the metrics and thresholds that automatically revert a deployment to the…
What Is Release Candidate Promotion?Release candidate promotion is advancing a tested build through stages like staging to production, reusing th…