From f4a5efee3943258936ebb965e34711c83482e008 Mon Sep 17 00:00:00 2001 From: G Date: Sun, 26 May 2024 17:19:38 +0330 Subject: [PATCH] schedule update --- src/features/schedule/schedule.service.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/features/schedule/schedule.service.ts b/src/features/schedule/schedule.service.ts index 0ac46202b..0fe55d7ed 100644 --- a/src/features/schedule/schedule.service.ts +++ b/src/features/schedule/schedule.service.ts @@ -127,8 +127,8 @@ export class ScheduleService { } } // ERROR [Scheduler] ServerError: Can't send mail - all recipients were rejected: 550 No such user here - @Cron(' 00 20 17 * * Sun', { - name: 'MonthlyCampaigns try At 17:20 on Sunday.', // we try every week and only send to those who did not receive (because their child have no needs, etc.) + @Cron(' 00 25 17 * * Sun', { + name: 'MonthlyCampaigns try At 17:25 on Sunday.', // we try every week and only send to those who did not receive (because their child have no needs, etc.) timeZone: 'Asia/Tehran', }) async handleSummaryMailCron() {