mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
![jc00ke](/assets/img/avatar_default.png)
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.
11 lines
243 B
YAML
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]
|