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
2020-07-01 16:56:21 +02:00

12 lines
215 B
YAML

# configuration file for Sidekiq
:verbose: true
:logfile: ./log/sidekiq.log
:concurrency: 25
:queues:
- [stripe, 7]
- [default, 5]
- [devise_mailer, 3]
- [mailers, 3]
- [elasticsearch, 2]
- [system, 1]