Skip to content

Commit

Permalink
fix(dag): Remove error message on rss failure
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc committed Feb 26, 2025
1 parent 38ca5d3 commit 078f88c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions terraform/modules/services/airflow/dags/uk/sat-dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@ def sat_consumer_dag():
"SATCONS_WORKDIR": "s3://nowcasting-sat-{env}/testdata",
},
}]},
on_failure_callback=slack_message_callback((
"⚠️ The task {{ ti.task_id }} failed to collect RSS satellite image data. "
"Falling back to 15 minute 0-degree satellite data. "
"If in a scheduled period of RSS downtime then no action is required. "
"(Can check EUMETSAT RSS status "
"<https://masif.eumetsat.int/ossi/webpages/level3.html?ossi_level3_filename=seviri_rss_hr.html&ossi_level2_filename=seviri_rss.html|here>). "
)),
**default_task_args,
)

Expand Down

0 comments on commit 078f88c

Please sign in to comment.