Skip to content

Commit

Permalink
Merge pull request #57 from metriport/626-fix-cicd_3
Browse files Browse the repository at this point in the history
626 Small update to force new deployment
  • Loading branch information
leite08 authored May 7, 2024
2 parents 63f52a8 + dd7c364 commit d0e6520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/lib/fhir-server-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ export class FHIRServerStack extends Stack {
const fargateCPUAlarm = fargateService.service
.metricCpuUtilization()
.createAlarm(this, "FHIRCPUAlarm", {
threshold: 80,
threshold: 79, // can revert to 80
evaluationPeriods: 3,
datapointsToAlarm: 2,
treatMissingData: cloudwatch.TreatMissingData.NOT_BREACHING,
Expand Down

0 comments on commit d0e6520

Please sign in to comment.