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 bf8c415 commit e606550Copy full SHA for e606550
apps/workers/src/workers/schedule.ts
@@ -52,10 +52,10 @@ export async function setupSchedules() {
52
{ opts: { attempts: 1 } },
53
)
54
55
- // Every day at 9 PM to add smth - This will be deleted after its run once
+ // Every day at 11 AM to add smth - This will be deleted after its run once
56
await maintenanceQueue.upsertJobScheduler(
57
'fillOnboardingsAsCompletedJob',
58
- { pattern: '0 0 21 * * *' },
+ { pattern: '0 0 11 * * *' },
59
60
61
}
0 commit comments