Create Github issues to re-enable Slack alerts in check_silenced_dags DAG #1483
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
The
check_silenced_dags
DAG validates thesilenced_slack_alerts
configuration by checking that each silenced DAG is associated to an open GH issue. If the issue has been closed, the DAG will send a Slack alert indicating that the DAG ought to have error reporting turned back on.Quote @sarayourfriend from this comment on WordPress/openverse-catalog#643:
Description
This would be a fantastic addition to make sure that Slack pings don't get lost. I think opening a new high priority GH issue to track re-enabling alerts is warranted, because by definition we only expect this to happen when an issue was resolved but someone forgot to turn alerts back on.
Implementation
The text was updated successfully, but these errors were encountered: