File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ def perform
66 CurrentJobLoggingAttributes . job_class = self . class . name
77 CurrentJobLoggingAttributes . job_id = job_id
88
9- SendBounceNotificationsJob . perform_later ( bounced_on_date : 1 . day . ago . to_date , user_role : :group_admin )
10- SendBounceNotificationsJob . perform_later ( bounced_on_date : 8 . days . ago . to_date , user_role : :organisation_admin )
9+ SendBounceNotificationsJob . perform_later ( bounced_on_date : Time . zone . today . to_date , user_role : :group_admin )
10+ SendBounceNotificationsJob . perform_later ( bounced_on_date : 2 . days . ago . to_date , user_role : :organisation_admin )
1111 end
1212end
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ production:
1919 schedule : every Monday at 2:15am Europe/London
2020 schedule_bounce_notifications_job :
2121 class : ScheduleBounceNotificationsJob
22- schedule : every day at 2:30am Europe/London
22+ schedule : every day at 16:45pm Europe/London
2323development :
2424 delete_submissions_job :
2525 class : DeleteSubmissionsJob
You can’t perform that action at this time.
0 commit comments