1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
Commit graph

4 commits

Author SHA1 Message Date
Andrew Babichev
ddb0c8b3a8 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
2018-12-03 13:24:37 -08:00
Mike Perham
4cca6eb85d Clean up option processing 2013-01-18 20:57:26 -08:00
Daisuke Taniwaki
2d6672b7d7 Merge env based config to top level config and use not only command line options but also RAILS_ENV and RACK_ENV. 2013-01-18 15:42:04 -05:00
Daisuke Taniwaki
86f069cff7 Support env based config file 2013-01-18 14:10:52 -05:00