Retrospring/config/sidekiq.yml

24 lines
361 B
YAML

---
:concurrency: 5
:pidfile: ./tmp/pids/sidekiq.pid
staging:
:concurrency: 10
production:
:concurrency: 25
:queues:
- default
- share
- carrierwave
- mailers
- question
- export
- push_notification
- scheduler
:scheduler:
:schedule:
inbox_cleanup:
every: 1m
class: Scheduler::InboxCleanupScheduler
queue: scheduler