fix: resolved the sheduler error

This commit is contained in:
Gadha2311
2026-02-27 15:56:51 +05:30
parent 80570552de
commit 9eaa4971d8
4 changed files with 49 additions and 4 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ export async function initScheduler(interval: string) {
},
{
name: 'checkLoyaltyProgramExpiry',
interval: '0 1 * * *',
interval: '24 hours',
worker: {
workerData: {
useTsNode: true,