1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/test/env_based_config.yml
2013-01-18 20:57:26 -08:00

11 lines
245 B
YAML

---
:pidfile: /tmp/sidekiq-config-test.pid
:concurrency: 50
staging:
:verbose: false
:require: ./test/fake_env.rb
:logfile: /tmp/sidekiq.log
:concurrency: 5
:queues:
- [<%="very_"%>often, 2]
- [seldom, 1]