Skip to content

Commit 6a2e7c1

Browse files
authored
Update the pre-production harvest schedule (#1704)
Change schedule so that is staggard to the production schecule by one hour.
1 parent 315f9ac commit 6a2e7c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cob_datapipeline/catalog_preproduction_oai_harvest_dag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
catchup=False,
9090
default_args=DEFAULT_ARGS,
9191
max_active_runs=1,
92-
schedule=CronTriggerTimetable("0 2/3 * * *", timezone="America/New_York")
92+
schedule=CronTriggerTimetable("0 3/3 * * *", timezone="America/New_York")
9393
)
9494

9595
"""

0 commit comments

Comments
 (0)