Skip to content

Commit

Permalink
#905 update schedule to avoid afternoon update window
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielwol authored Sep 4, 2024
1 parent 053f960 commit c1d5def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/miovision_open_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit c1d5def

Please sign in to comment.