Retrospring/config/sidekiq.yml

17 lines
218 B
YAML
Raw Normal View History

2014-12-12 13:59:25 -08:00
---
:concurrency: 5
:pidfile: ./tmp/pids/sidekiq.pid
staging:
:concurrency: 10
production:
:concurrency: 25
:queues:
- default
2014-12-29 02:58:01 -08:00
- share
2020-05-17 11:58:27 -07:00
- carrierwave
- mailers
- question
2016-01-05 09:05:36 -08:00
- export
- push_notification
2016-01-05 09:05:36 -08:00