Retrospring/config/sidekiq.yml

11 lines
155 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
- mailer