Automated Rollback Policy とは何か
automated rollback policy は、エラー率やレイテンシーといった release の健全性シグナルを監視し、定義されたしきい値が越えられたときに前のバージョンへの revert をトリガーするルールの集合です。ロールバックは人間の反応を待たずに起こります。policy は、何を測定するか、その限界値、そして観測ウィンドウを指定します。
なぜ重要か
自動ロールバックは、不良な release が稼働している時間を短縮し、時間外や急速に進行するインシデント中のユーザー影響を抑えます。ノイズで revert しないよう、信頼できる指標に依存します。
関連ガイド
What Is a Progressive Rollout Percentage?A progressive rollout percentage is the share of traffic or users sent to a new version at each stage, increa…
What Is a Canary Cohort?A canary cohort is the limited group of users or traffic that gets a new release first, acting as an early wa…
What Is a Deployment Freeze?A deployment freeze is a defined period when production releases are paused, used around high-risk windows li…