retrospring/config/sidekiq.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
218 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:
- default
2014-12-29 11:58:01 +01:00
- share
2020-05-17 20:58:27 +02:00
- carrierwave
- mailers
- question
2016-01-05 18:05:36 +01:00
- export
- push_notification
2016-01-05 18:05:36 +01:00