Skip to content

Commit e606550

Browse files
committed
update time to 11am
1 parent bf8c415 commit e606550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/workers/src/workers/schedule.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ export async function setupSchedules() {
5252
{ opts: { attempts: 1 } },
5353
)
5454

55-
// Every day at 9 PM to add smth - This will be deleted after its run once
55+
// Every day at 11 AM to add smth - This will be deleted after its run once
5656
await maintenanceQueue.upsertJobScheduler(
5757
'fillOnboardingsAsCompletedJob',
58-
{ pattern: '0 0 21 * * *' },
58+
{ pattern: '0 0 11 * * *' },
5959
{ opts: { attempts: 1 } },
6060
)
6161
}

0 commit comments

Comments
 (0)