Skip to content

Commit b963295

Browse files
committed
Reduce a potential gap between PDS updates and comms being sent
Start a PDS check from 8am ahead of scheduled comms going out at 9am.
1 parent de203fa commit b963295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/environments/production.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
config.good_job.enable_cron = true
124124
config.good_job.cron = {
125125
bulk_update_patients_from_pds: {
126-
cron: "every day at 00:00 and 6:00 and 12:00 and 18:00",
126+
cron: "every day at 00:00 and 8:00 and 12:00 and 18:00",
127127
class: "BulkUpdatePatientsFromPDSJob",
128128
description: "Keep patient details up to date with PDS."
129129
},

0 commit comments

Comments
 (0)