1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00
fab-manager/config/sidekiq.yml

10 lines
198 B
YAML
Raw Normal View History

2015-05-05 03:10:25 +02:00
# configuration file for Sidekiq
2016-03-23 18:39:41 +01:00
:verbose: true
:logfile: ./log/sidekiq.log
2015-05-05 03:10:25 +02:00
:concurrency: 25
:queues:
2016-03-23 18:39:41 +01:00
- [stripe, 7]
2015-05-05 03:10:25 +02:00
- [default, 5]
- [devise_mailer, 3]
- [mailers, 3]
2016-03-23 18:39:41 +01:00
- [elasticsearch, 2]