Skip to content

Commit

Permalink
fix(ecs): disable health check for now
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneRifle committed Aug 26, 2024
1 parent 84da505 commit 4b47649
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/formsg-on-cdk-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ export class FormsgOnCdkStack extends cdk.Stack {
containerPort: 5000,
},
loadBalancer,
healthCheckGracePeriod: cdk.Duration.seconds(0),
})

const scaling = fargate.service.autoScaleTaskCount({ maxCapacity: 2 })
Expand Down

0 comments on commit 4b47649

Please sign in to comment.