We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de203fa commit b963295Copy full SHA for b963295
config/environments/production.rb
@@ -123,7 +123,7 @@
123
config.good_job.enable_cron = true
124
config.good_job.cron = {
125
bulk_update_patients_from_pds: {
126
- cron: "every day at 00:00 and 6:00 and 12:00 and 18:00",
+ cron: "every day at 00:00 and 8:00 and 12:00 and 18:00",
127
class: "BulkUpdatePatientsFromPDSJob",
128
description: "Keep patient details up to date with PDS."
129
},
0 commit comments