1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-22 16:54:15 +01:00
fab-manager/config/sidekiq.yml

9 lines
166 B
YAML
Raw Normal View History

2015-05-05 03:10:25 +02:00
# configuration file for Sidekiq
:verbose: false
:pidfile: ./tmp/pids/sidekiq.pid
:concurrency: 25
:queues:
- [default, 5]
- [devise_mailer, 3]
- [mailers, 3]