mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
ddb0c8b3a8
* Refactor CLI test Extracted 3 main parts: - parse - run - signal handling * Move demonization and pid write from parse to run phase * Move queues default from validate to setup options phase * Add pry-byebug gem * Drop Sidekiq::Test * Require launcher in CLI * Remove TODOs
12 lines
247 B
YAML
12 lines
247 B
YAML
---
|
|
:pidfile: /tmp/sidekiq-config-test.pid
|
|
:concurrency: 50
|
|
|
|
staging:
|
|
:verbose: false
|
|
:require: ./test/fake_env.rb
|
|
:logfile: /tmp/sidekiq.log
|
|
:concurrency: 50
|
|
:queues:
|
|
- [<%="very_"%>often, 2]
|
|
- [seldom, 1]
|