Skip to content

Commit

Permalink
Merge pull request #1068 from alphagov/fix-worker-names
Browse files Browse the repository at this point in the history
Fix scheduled worker class names
  • Loading branch information
KludgeKML authored Jan 30, 2025
2 parents b50d82e + 24f888b commit 84e6937
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/sidekiq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
- default
:scheduler:
:schedule:
expired_auth_request_worker:
expired_auth_request_job:
every: '1h'
class: ExpiredAuthRequestWorker
class: ExpiredAuthRequestJob

expired_sensitive_exception_worker:
expired_sensitive_exception_job:
every: '1h'
class: ExpiredSensitiveExceptionWorker
class: ExpiredSensitiveExceptionJob

expired_tombstone_worker:
expired_tombstone_job:
every: '1h'
class: ExpiredTombstoneWorker
class: ExpiredTombstoneJob

0 comments on commit 84e6937

Please sign in to comment.