Skip to content

Commit

Permalink
feat: use ECS circuit breaker
Browse files Browse the repository at this point in the history
  • Loading branch information
wolverian committed Sep 16, 2024
1 parent 8d3dea0 commit c2193fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions infra/lib/infra-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ export class InfraStack extends cdk.Stack {
},
cpu: 1024,
memoryLimitMiB: 2048,
circuitBreaker: {
enable: true,
},
},
)
// ApplicationLoadBalancedFargateService doesn't let us configure this in the constructor.
Expand Down

0 comments on commit c2193fc

Please sign in to comment.