CircleCI-Public / aws-ecs-orb

An orb that simplifies deployment to Amazon's Elastic Container Service (ECS). Supports both EC2 and Fargate launch types.
https://circleci.com/orbs/registry/orb/circleci/aws-ecs
MIT License
51 stars 80 forks source link

feat: Added enable-circuit-breaker parameter #157

Closed brivu closed 2 years ago

brivu commented 2 years ago

This PR adds the enable-circuit-breaker parameter to the update-service command. When set to true, it enables users to automatically roll back failing service deployments without the need to do it manually.

timle8n1 commented 2 years ago

This is awesome! When might a new release be posted to the circle CI Orbs?