Updated sidekiq scheduled_statuses_scheduler frequency

This commit is contained in:
mgabdev 2020-01-14 11:38:47 -05:00
parent 5c38bb9d39
commit 9228e82dc5
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
- [pull] - [pull]
:schedule: :schedule:
scheduled_statuses_scheduler: scheduled_statuses_scheduler:
every: '5m' every: '1m'
class: Scheduler::ScheduledStatusesScheduler class: Scheduler::ScheduledStatusesScheduler
subscriptions_scheduler: subscriptions_scheduler:
cron: '<%= Random.rand(0..59) %> <%= Random.rand(4..6) %> * * *' cron: '<%= Random.rand(0..59) %> <%= Random.rand(4..6) %> * * *'