From c1d5def3996c266483e4b9bb1af2c07f3cd3fce5 Mon Sep 17 00:00:00 2001 From: gabrielwol <80077912+gabrielwol@users.noreply.github.com> Date: Wed, 4 Sep 2024 12:28:56 -0400 Subject: [PATCH] #905 update schedule to avoid afternoon update window --- dags/miovision_open_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dags/miovision_open_data.py b/dags/miovision_open_data.py index b5aff87f3..e6c642490 100644 --- a/dags/miovision_open_data.py +++ b/dags/miovision_open_data.py @@ -42,7 +42,7 @@ @dag( dag_id=DAG_NAME, default_args=default_args, - schedule='0 14 3 * *', # 2pm, 3rd day of each month + schedule='0 10 3 * *', # 10am, 3rd day of each month catchup=True, max_active_runs=1, tags=["miovision", "open_data"],