Skip to content

Commit 23c4863

Browse files
committed
TEMP update schedule for testing
1 parent 8e4acf8 commit 23c4863

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/jobs/schedule_bounce_notifications_job.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
1212
end

config/recurring.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
2323
development:
2424
delete_submissions_job:
2525
class: DeleteSubmissionsJob

0 commit comments

Comments
 (0)