Skip to content

Commit

Permalink
Merge branch 'main' into ahe/unused-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewHEguardian authored Dec 30, 2024
2 parents 0b32771 + f0c31e7 commit 25cb266
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cdk/lib/__snapshots__/support-workers.test.ts.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cdk/lib/support-workers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ export class SupportWorkers extends GuStack {
alarmName: `support-workers ${this.stage} No successful recurring gocardless contributions recently.`,
metric: this.buildPaymentSuccessMetric("DirectDebit", "Contribution", Duration.seconds(3600)),
comparisonOperator: ComparisonOperator.LESS_THAN_OR_EQUAL_TO_THRESHOLD,
evaluationPeriods: 16,
evaluationPeriods: 18,
treatMissingData: TreatMissingData.BREACHING,
threshold: 0,
}).node.addDependency(stateMachine);
Expand Down Expand Up @@ -383,7 +383,7 @@ export class SupportWorkers extends GuStack {
alarmName: `support-workers ${this.stage} No successful recurring gocardless supporter plus contributions recently.`,
metric: this.buildPaymentSuccessMetric("DirectDebit", "SupporterPlus", Duration.seconds(3600)),
comparisonOperator: ComparisonOperator.LESS_THAN_OR_EQUAL_TO_THRESHOLD,
evaluationPeriods: 14,
evaluationPeriods: 18,
treatMissingData: TreatMissingData.BREACHING,
threshold: 0,
}).node.addDependency(stateMachine);
Expand Down

0 comments on commit 25cb266

Please sign in to comment.