lifecycleStage

The current lifecycle stage of the deployment. Possible values include:

  • RECONCILE_SERVICEThe reconciliation stage that only happens when you start a new service deployment with more than 1 service revision in an ACTIVE state.

  • PRE_SCALE_UPThe green service revision has not started. The blue service revision is handling 100% of the production traffic. There is no test traffic.

  • SCALE_UPThe stage when the green service revision scales up to 100% and launches new tasks. The green service revision is not serving any traffic at this point.

  • POST_SCALE_UPThe green service revision has started. The blue service revision is handling 100% of the production traffic. There is no test traffic.

  • TEST_TRAFFIC_SHIFTThe blue and green service revisions are running. The blue service revision handles 100% of the production traffic. The green service revision is migrating from 0% to 100% of test traffic.

  • POST_TEST_TRAFFIC_SHIFTThe test traffic shift is complete. The green service revision handles 100% of the test traffic.

  • PRODUCTION_TRAFFIC_SHIFTProduction traffic is shifting to the green service revision. The green service revision is migrating from 0% to 100% of production traffic.

  • POST_PRODUCTION_TRAFFIC_SHIFTThe production traffic shift is complete.

  • BAKE_TIMEThe stage when both blue and green service revisions are running simultaneously after the production traffic has shifted.

  • CLEAN_UPThe stage when the blue service revision has completely scaled down to 0 running tasks. The green service revision is now the production service revision after this stage.