Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(sqs): fix sqs message age and min incoming dedupe (#540)
Our team has a variety of SQS alarms including tiered alarm on message ages and tiered alarms based on how long we haven't seen messages in. However, these are not currently deduping as expected which we root caused to the `alarmDedupeStringSuffix` being missing on these alarms. The message age issue is reported in #255. This PR fixes both #255 and the unreported minute incoming messages issue by adding `alarmDedupeStringSuffix` for them. Fixes #255 --- _By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license_
- Loading branch information