about summary refs log tree commit diff
path: root/config/sidekiq.yml
blob: 5c700cb27aadd1087af099e507584e461414acea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
---
:concurrency: 5
:queues:
  - default
  - push
  - pull
  - mailers
:schedule:
  subscriptions_scheduler:
    cron: '0 5 * * *'
    class: Scheduler::SubscriptionsScheduler