1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-06 01:08:21 +01:00
fab-manager/config/sidekiq.yml
2015-05-05 03:10:25 +02:00

9 lines
166 B
YAML

# configuration file for Sidekiq
:verbose: false
:pidfile: ./tmp/pids/sidekiq.pid
:concurrency: 25
:queues:
- [default, 5]
- [devise_mailer, 3]
- [mailers, 3]