mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
12 lines
239 B
YAML
12 lines
239 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
|
||
|
processor_count: 50
|
||
|
queues:
|
||
|
- [often, 2]
|
||
|
- [seldom, 1]
|