1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/examples/config.yml

12 lines
252 B
YAML
Raw Normal View History

2012-02-26 23:48:24 -05:00
# Sample configuration file for Sidekiq.
# Options here can still be overridden by cmd line args.
# sidekiq -C config.yml
---
:verbose: false
:pidfile: ./tmp/pids/sidekiq.pid
2012-02-26 23:48:24 -05:00
:concurrency: 25
:queues:
2012-04-03 23:50:43 -04:00
- [often, 7]
- [default, 5]
2012-04-03 23:50:43 -04:00
- [seldom, 3]