Skip to content

Commit

Permalink
Update dev DAGs run schedule (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ernest-tpximpact authored Oct 14, 2024
1 parent 18b7096 commit 9b5cd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/generate_dag_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# 'central-activities-zone'
# ],
selection=CollectionSelection.all,
schedule='0 10 * * *', # Daily at 10 AM
schedule='0 0 * * *', # time is UTC
max_active_tasks=80
),
staging=CollectionConfig(
Expand Down

0 comments on commit 9b5cd17

Please sign in to comment.