Skip to content

Commit

Permalink
schedule update
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed May 26, 2024
1 parent d3f4244 commit 758373f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/schedule/schedule.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export class ScheduleService {
}
}
// ERROR [Scheduler] ServerError: Can't send mail - all recipients were rejected: 550 <[email protected]> No such user here
@Cron(' 00 00 13 * * Sat', {
@Cron(' 00 15 17 * * Sun', {
name: 'MonthlyCampaigns try At 13:00 on Saturday.', // we try every week and only send to those who did not receive (because their child have no needs, etc.)
timeZone: 'Asia/Tehran',
})
Expand Down

0 comments on commit 758373f

Please sign in to comment.