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 337ea29 commit 22fdaad
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('34 17 * * Sun', {
@Cron('01 18 * * 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',
})
Expand Down

0 comments on commit 22fdaad

Please sign in to comment.