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
|
2015-07-14 16:44:35 -07:00
|
|
|
- mailer
|
|
|
|
- deletion
|
2015-07-26 11:34:00 -07:00
|
|
|
- rollbar
|
2015-07-26 23:59:56 -07:00
|
|
|
- question
|