Skip to content

Commit

Permalink
Disable email on failure by default (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
AetherUnbound authored Oct 10, 2022
1 parent 8ee7fb7 commit d678dc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openverse_catalog/dags/common/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"owner": "data-eng-admin",
"depends_on_past": False,
"start_date": datetime(2019, 1, 15),
# Failure emails are on by default but the Slack failure callback will be used in
# place of them if the DAG default args are used.
"email_on_failure": False,
"email_on_retry": False,
"email": [CONTACT_EMAIL],
"retries": 2,
Expand Down

0 comments on commit d678dc7

Please sign in to comment.