You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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_
0 commit comments