Skip to content

Commit

Permalink
Merge branch 'main' into bsinghvi/cache-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bsinghvi authored May 1, 2024
2 parents a35a31a + a07443e commit ce66f9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Fixes ENG-
Fixes FER-

## Short description of the changes made

Expand Down
2 changes: 1 addition & 1 deletion servers/fdr-deploy/scripts/fdr-deploy-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export class FdrDeployStack extends Stack {

const lb500CountAlarm = new Alarm(this, "fdr-lb-5XX-count", {
alarmName: `${id} Load Balancer 500 Error Alarm`,
metric: fargateService.loadBalancer.metrics.httpCodeTarget(HttpCodeTarget.TARGET_5XX_COUNT),
metric: fargateService.loadBalancer.metrics.httpCodeElb(HttpCodeElb.ELB_5XX_COUNT),
threshold: 2,
evaluationPeriods: 5,
});
Expand Down

0 comments on commit ce66f9b

Please sign in to comment.