retrospring/config/sidekiq.yml

17 lines
206 B
YAML
Raw Normal View History

2014-12-12 22:59:25 +01:00
---
:concurrency: 5
:pidfile: ./tmp/pids/sidekiq.pid
staging:
:concurrency: 10
production:
:concurrency: 25
:queues:
2014-12-29 11:58:01 +01:00
- share
2015-01-01 17:34:14 +01:00
- paperclip
- mailer
- deletion
2015-07-26 20:34:00 +02:00
- rollbar
- question
2016-01-05 18:05:36 +01:00
- export