Skip to content

Commit 0ae1cf7

Browse files
authored
Merge pull request #4325 from nhsuk/update-patients-more-regularly
Update patients in PDS more regularly
2 parents 0f8cf7a + 2863a15 commit 0ae1cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/cron_jobs.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
description: "Remove ActiveRecord sessions older than 30 days"
6464
},
6565
update_patients_from_pds: {
66-
cron: "every day at 6:00 and 18:00",
66+
cron: "every day at 00:00 and 06:00 and 12:00 and 18:00",
6767
class: "EnqueueUpdatePatientsFromPDSJob",
6868
description: "Keep patient details up to date with PDS."
6969
},

0 commit comments

Comments
 (0)