1
0
Fork 0
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:
Andrew Babichev 2018-12-03 22:24:37 +01:00 committed by Mike Perham
parent 78f3b6854b
commit ddb0c8b3a8
35 changed files with 354 additions and 456 deletions

1
.gitignore vendored
View file

@ -11,3 +11,4 @@ vendor/
.sass-cache/
tmp/
pkg/*.gem
.byebug_history