We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 315f9ac commit 6a2e7c1Copy full SHA for 6a2e7c1
cob_datapipeline/catalog_preproduction_oai_harvest_dag.py
@@ -89,7 +89,7 @@
89
catchup=False,
90
default_args=DEFAULT_ARGS,
91
max_active_runs=1,
92
- schedule=CronTriggerTimetable("0 2/3 * * *", timezone="America/New_York")
+ schedule=CronTriggerTimetable("0 3/3 * * *", timezone="America/New_York")
93
)
94
95
"""
0 commit comments