mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Cleanup CLI (#4026)
* 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
This commit is contained in:
parent
78f3b6854b
commit
ddb0c8b3a8
35 changed files with 354 additions and 456 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -11,3 +11,4 @@ vendor/
|
|||
.sass-cache/
|
||||
tmp/
|
||||
pkg/*.gem
|
||||
.byebug_history
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue