mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
9 lines
207 B
YAML
9 lines
207 B
YAML
# Sample configuration file for Sidekiq.
|
|
# Options here can still be overridden by cmd line args.
|
|
# sidekiq -C config.yml
|
|
---
|
|
:verbose: false
|
|
:concurrency: 25
|
|
:queues:
|
|
- [often, 2]
|
|
- [seldom, 1]
|