Skip to content

Commit 5d768db

Browse files
authored
Send consent requests and reminders in the afternoon (#3348)
Some of our organisations run clinics outside of Mavis and therefore they need some time in the day to update Mavis before the consent requests and reminders go out. Moving to send these later on the afternoon gives the organisation the time to do this.
2 parents c21de55 + 6c03adc commit 5d768db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/environments/production.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,13 @@
108108
description: "Send school clinic invitation emails to parents"
109109
},
110110
consent_request: {
111-
cron: "every day at 9am",
111+
cron: "every day at 4pm",
112112
class: "SchoolConsentRequestsJob",
113113
description:
114114
"Send school consent request emails to parents for each session"
115115
},
116116
consent_reminder: {
117-
cron: "every day at 9am",
117+
cron: "every day at 4pm",
118118
class: "SchoolConsentRemindersJob",
119119
description:
120120
"Send school consent reminder emails to parents for each session"

0 commit comments

Comments
 (0)