Skip to content

Commit

Permalink
Update forecast-site-dag.py (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield authored Dec 20, 2024
1 parent caa65c6 commit 7e27e14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

latest_only >> [forecast]

with DAG(f'{region}-ad-forecast', schedule_interval=f"0,30 * * * *", default_args=default_args, concurrency=10, max_active_tasks=10) as dag:
with DAG(f'{region}-ad-forecast', schedule_interval=f"0,15,30,45 * * * *", default_args=default_args, concurrency=10, max_active_tasks=10) as dag:
dag.doc_md = "Run the forecast for client AD"

latest_only = LatestOnlyOperator(task_id="latest_only")
Expand Down

0 comments on commit 7e27e14

Please sign in to comment.