Reduce alarms noise filtering out duplicate key errors #626
Labels
Blocked l Bloqué
Dev
Task for implementation of a technical solution
Medium Priority | Priorité moyenne
Support l Soutien
maintenance and bugs while on call
Description
We get too much noise in the #notification-ops channel with unique key violation errors. These are expected as we use standard SQS queues which do not guarantee to send one and only one message. Hence finetuning the alarm to filter out a minimal number of duplicate should be be OK while raising an alarm if too many are reported in a short period of time (i.e. a few minutes).
As a person on support,
I need to have less alarms concerning inconsequential duplicate errors key
so that I can achieve focus on higher priority alarms.
WHY are we building?
Less noise in the notification-ops channel and more focus on important alarms.
WHAT are we building?
Better alarms filter.
VALUE created by our solution
More focus and less distraction.
Acceptance Criteria** (Definition of done)
QA Steps
Additional context
Patrick wrote:
The text was updated successfully, but these errors were encountered: