Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/cron_jobs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
description: "Remove ActiveRecord sessions older than 30 days"
},
update_patients_from_pds: {
cron: "every day at 6:00 and 18:00",
cron: "every day at 00:00 and 06:00 and 12:00 and 18:00",
class: "EnqueueUpdatePatientsFromPDSJob",
description: "Keep patient details up to date with PDS."
},
Expand Down