Skip to content

Commit

Permalink
Disable covid stats fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
top4ek committed Oct 31, 2023
1 parent 74a4b9a commit 4707239
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/sidekiq_schedules/covid_stats.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
check_new_data:
cron: "*/23 * * * *"
class: "CovidUpdaterWorker"
# check_new_data:
# cron: "*/23 * * * *"
# class: "CovidUpdaterWorker"

send_new_data:
cron: "*/5 * * * *"
class: "CovidSenderWorker"
# send_new_data:
# cron: "*/5 * * * *"
# class: "CovidSenderWorker"

0 comments on commit 4707239

Please sign in to comment.