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