Skip to content

Commit d558a05

Browse files
authored
Merge pull request #5987 from nhsuk/rename-status-updater
Rename status_updater in sidekiq scheduler
2 parents 52ae85d + 6164575 commit d558a05

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/sidekiq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
cron: "0 9 * * *"
5858
class: EnqueueSchoolSessionRemindersJob
5959
description: Send school session reminder emails to parents
60-
status_updater:
60+
patient_status_updater:
6161
cron: "0 3 * * *"
62-
class: StatusUpdaterJob
62+
class: PatientStatusUpdaterJob
6363
description: Updates the status of all patients
6464
trim_active_record_sessions:
6565
cron: "0 2 * * *"

0 commit comments

Comments
 (0)