From 68fd9fad0957b4655c19882f6e671106b46615bd Mon Sep 17 00:00:00 2001 From: ernest-tpximpact <121093104+ernest-tpximpact@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:53:26 +0100 Subject: [PATCH] Setup dag schedule staging (#11) * Setup staging DAGs run schedule * Setup staging DAGs run schedule --- bin/generate_dag_config.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/generate_dag_config.py b/bin/generate_dag_config.py index fe9b304..e6ea47b 100644 --- a/bin/generate_dag_config.py +++ b/bin/generate_dag_config.py @@ -20,10 +20,11 @@ # ], selection=CollectionSelection.all, schedule='0 0 * * *', # time is UTC - max_active_tasks=80 + max_active_tasks=50 ), staging=CollectionConfig( - selection=CollectionSelection.all + selection=CollectionSelection.all, + schedule='0 0 * * *' ), production=CollectionConfig( selection=CollectionSelection.none