Skip to content

Commit

Permalink
changed pvlive error message to a warning (#793)
Browse files Browse the repository at this point in the history
* changed pvlive error message to a warning

* updated error message to say warning

---------

Co-authored-by: reckt32 <[email protected]>
  • Loading branch information
reckt32 and reckt32 authored Feb 18, 2025
1 parent db4fa2c commit c1c53c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/modules/services/airflow/dags/uk/pvlive-dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
cluster = f"Nowcasting-{env}"

pvlive_error_message = (
" The task {{ ti.task_id }} failed. "
"This is currently needed for PVNet, "
"but we have about 2 hours before things go wrong. "
"warning: The task {{ ti.task_id }} failed. "
"This is needed for the adjuster in the Forecast."
"No out of office hours support needed."
"Its good to check <https://www.solar.sheffield.ac.uk/pvlive/|PV Live> to see if its working. "
)

Expand Down

0 comments on commit c1c53c8

Please sign in to comment.