We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 52ae85d + 6164575 commit d558a05Copy full SHA for d558a05
1 file changed
config/sidekiq.yml
@@ -57,9 +57,9 @@
57
cron: "0 9 * * *"
58
class: EnqueueSchoolSessionRemindersJob
59
description: Send school session reminder emails to parents
60
- status_updater:
+ patient_status_updater:
61
cron: "0 3 * * *"
62
- class: StatusUpdaterJob
+ class: PatientStatusUpdaterJob
63
description: Updates the status of all patients
64
trim_active_record_sessions:
65
cron: "0 2 * * *"
0 commit comments