Skip to content

Commit

Permalink
Setup dag schedule staging (#11)
Browse files Browse the repository at this point in the history
* Setup staging DAGs run schedule

* Setup staging DAGs run schedule
  • Loading branch information
ernest-tpximpact authored Oct 17, 2024
1 parent 9b5cd17 commit 68fd9fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bin/generate_dag_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68fd9fa

Please sign in to comment.