The Elasticsearch reindexing step of the image data refresh triggers DB alerts #5379
Labels
💻 aspect: code
Concerns the software code in the repository
✨ goal: improvement
Improvement to an existing user-facing feature
🟨 priority: medium
Not blocking but should be addressed soon
🧱 stack: catalog
Related to the catalog and Airflow DAGs
Problem
We keep getting this unactionable alarm during the DR process, and to avoid creeping the alerts channel, it'd be better to silence it while the process is complete, as we do with ES alarms.
Description
Include the name of the alarm,
API Production DB CPU above 50% utilization
, in the list of alarms to silence.openverse/catalog/dags/common/cloudwatch.py
Lines 72 to 76 in 8c22021
Or change the mechanism to get the list from an Airflow variable; this way, future changes won't require code modifications, as it can be tweaked through the Airflow UI.
The text was updated successfully, but these errors were encountered: