Skip to content

Commit

Permalink
Run the OnsUpdateCheckWorker once per day
Browse files Browse the repository at this point in the history
  • Loading branch information
KludgeKML committed Mar 27, 2024
1 parent b0e4c8d commit f98c458
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/sidekiq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@
queue_oldest_postcodes_for_updating:
every: '1s'
class: PostcodesCollectionWorker
queue_ons_check_updates:
every: '1d'
class: OnsUpdateCheckWorker

0 comments on commit f98c458

Please sign in to comment.