Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

cloudcasting_error_message = (
"⚠️ The task {{ ti.task_id }} failed,"
" but its ok. The cloudcasting is currently no critical. "
" but its ok. The cloudcasting is currently not critical. "
"No out of hours support is required."
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

forecast_pvnet_da_error_message = (
"❌ The task {{ ti.task_id }} failed. "
"This would ideally be fixed before for DA actions at 09.00"
"This would ideally be fixed before for DA actions at 09.00. "
"Please see run book for appropriate actions."
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@
# Tasks can still be defined in terraform, or defined here

national_xg_forecast_error_message = (
"⚠️ The task {{ ti.task_id }} failed."
"⚠️ The task {{ ti.task_id }} failed. "
"But its ok, this forecast is only a backup. "
"No out of office hours support is required, unless other forecasts are failing"
)

neso_forecast_consumer_error_message = (
"⚠️ The task {{ ti.task_id }} failed."
"⚠️ The task {{ ti.task_id }} failed. "
"But its ok, this only used for comparison. "
"No out of office hours support is required."
)

forecast_blend_error_message = (
"❌ The task {{ ti.task_id }} failed."
"❌ The task {{ ti.task_id }} failed. "
"The blending of forecast has failed. "
"Please see run book for appropriate actions. "
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# Tasks can still be defined in terraform, or defined here

site_forecast_error_message = (
"❌ The task {{ ti.task_id }} failed."
"❌ The task {{ ti.task_id }} failed. "
"Please see run book for appropriate actions. "
)

Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/services/airflow/dags/uk/nwp-dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
)

nwp_ecmwf_error_message = (
"❌ The task {{ ti.task_id }} failed."
"❌ The task {{ ti.task_id }} failed. "
"The forecast will continue running until it runs out of data. "
"ECMWF status link is <https://status.ecmwf.int/|here> "
"Please see run book for appropriate actions. "
Expand Down
4 changes: 2 additions & 2 deletions terraform/modules/services/airflow/dags/uk/pv-dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
# Tasks can still be defined in terraform, or defined here

pv_consumer_error_message = (
"⚠️ The task {{ ti.task_id }} failed."
"But its ok, this isnt needed for any production services."
"⚠️ The task {{ ti.task_id }} failed. "
"But its ok, this isnt needed for any production services. "
"No out of office hours support is required."
)

Expand Down
4 changes: 2 additions & 2 deletions terraform/modules/services/airflow/dags/uk/satellite-dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
cluster = f"Nowcasting-{env}"

satellite_error_message = (
"⚠️ The task {{ ti.task_id }} failed."
"⚠️ The task {{ ti.task_id }} failed. "
"But its ok, the forecast will automatically move over to a PVNET-ECMWF, "
"which doesnt need satellite data. "
"EUMETSAT status links are <https://uns.eumetsat.int/uns/|here> "
Expand All @@ -34,7 +34,7 @@
)

satellite_clean_up_error_message = (
"⚠️ The task {{ ti.task_id }} failed."
"⚠️ The task {{ ti.task_id }} failed. "
"But its ok, this is only used for cleaning up the EUMETSAT customisation, "
"but the satellite consumer should also do this. "
"No out of office hours support is required."
Expand Down