Skip to content

Commit

Permalink
fix: Update DLQNotEmpty evaluationPeriods
Browse files Browse the repository at this point in the history
  • Loading branch information
truggeriaws committed May 2, 2024
1 parent 181ee7d commit cd06b00
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions src/__tests__/__snapshots__/construct-hub.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 src/__tests__/devapp/__snapshots__/snapshot.test.ts.snap

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

2 changes: 1 addition & 1 deletion src/backend/ingestion/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ export class Ingestion extends Construct implements IGrantable {
].join('\n'),
comparisonOperator:
ComparisonOperator.GREATER_THAN_OR_EQUAL_TO_THRESHOLD,
evaluationPeriods: 1,
evaluationPeriods: 2,
threshold: 1,
// SQS does not emit metrics if the queue has been empty for a while, which is GOOD.
treatMissingData: TreatMissingData.NOT_BREACHING,
Expand Down
2 changes: 1 addition & 1 deletion src/package-sources/npmjs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ export class NpmJs implements IPackageSource {
`Runbook: ${RUNBOOK_URL}`,
].join('/n'),
comparisonOperator: ComparisonOperator.GREATER_THAN_OR_EQUAL_TO_THRESHOLD,
evaluationPeriods: 1,
evaluationPeriods: 2,
threshold: 1,
treatMissingData: TreatMissingData.NOT_BREACHING,
});
Expand Down

0 comments on commit cd06b00

Please sign in to comment.