Retrospring/config/sidekiq.yml

16 lines
195 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:
2014-12-29 02:58:01 -08:00
- share
2015-01-01 08:34:14 -08:00
- paperclip
- mailers
- deletion
- question
2016-01-05 09:05:36 -08:00
- export