Skip to content

Commit c68818e

Browse files
committed
Add schedule for ScheduleBounceNotificationsJob locally
We'll add the schedule on production environments when we've also added sending notifications to Organisation Admins after a week if the delivery is still marked as bounced.
1 parent 03a78b8 commit c68818e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

config/recurring.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ development:
3636
schedule_weekly_batch_deliveries_job:
3737
class: ScheduleWeeklyBatchDeliveriesJob
3838
schedule: every Monday at 2:15am Europe/London
39+
schedule_bounce_notifications_job:
40+
class: ScheduleBounceNotificationsJob
41+
schedule: every day at 2:30am Europe/London

0 commit comments

Comments
 (0)