Skip to content

Commit bbb9555

Browse files
feat(ecs): support for explicit activation of the circuit breaker (#28611)
This PR has enabled explicit disabling of the circuit breaker. ```ts declare const cluster: ecs.Cluster; declare const taskDefinition: ecs.TaskDefinition; const service = new ecs.FargateService(this, 'Service', { cluster, taskDefinition, circuitBreaker: { enable: true, // added rollback: true }, }); ``` This is useful for removing a circuit breaker that has been set previously. Closes #27131. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent d6c3a9a commit bbb9555

12 files changed

+1854
-5
lines changed

packages/@aws-cdk-testing/framework-integ/test/aws-ecs/test/fargate/integ.disable-circuit-breaker.js.snapshot/aws-ecs-disable-circuit-breaker.assets.json

+19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)