1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/test/config.yml
jc00ke e9fcc2ecda Refactor options parsing from config file
Merge the hashes instead of explicit setting. Also switch the yml config
file to :foo: instead of foo: so the keys will be parsed as symbols.
This matches the @options keys.
2012-02-16 10:51:26 -08:00

11 lines
243 B
YAML

---
:verbose: false
:namespace: test_namespace
:server: 127.0.0.1:1234
:environment: xzibit
:require: ./test/fake_env.rb
:pidfile: /tmp/sidekiq-config-test.pid
:concurrency: 50
:queues:
- [often, 2]
- [seldom, 1]