Skip to content

Commit

Permalink
Add scheduled job for Travel Advice Alert Checks
Browse files Browse the repository at this point in the history
  • Loading branch information
KludgeKML committed Nov 16, 2023
1 parent 6058ae3 commit 3dbb0ff
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 @@ -42,3 +42,6 @@
check_medical_safety_alerts:
every: '30m'
class: MedicalSafetyAlertCheckWorker
check_travel_advice_alerts:
every: '15m'
class: TravelAdviceAlertCheckWorker

0 comments on commit 3dbb0ff

Please sign in to comment.