Skip to content

Commit 623fc7c

Browse files
authored
Fix fallback schedule for cron (#3195)
1 parent 3412a60 commit 623fc7c

File tree

1 file changed

+1
-1
lines changed
  • src/main/resources/lib/ssb/cron

1 file changed

+1
-1
lines changed

src/main/resources/lib/ssb/cron/cron.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export function setupCronJobs(): void {
9393
run(createUserContext, setupCronJobUser)
9494

9595
const datasetPublishCron: string =
96-
app.config && app.config['ssb.cron.publishDataset'] ? app.config['ssb.cron.publishDataset'] : '50 05 * * *'
96+
app.config && app.config['ssb.cron.publishDataset'] ? app.config['ssb.cron.publishDataset'] : '50 06 * * *'
9797

9898
log.info('Run old datasetPublishCron cron-library')
9999
// publish dataset cron job

0 commit comments

Comments
 (0)