jc00ke
63fcb7d3b2
Explicitly set logger level. Fixes #79
...
be1ef57
removed set_logger_level_to_debug but neglected to make the
change in parse_options for the -v flag.
2012-03-14 10:09:46 -07:00
Mike Perham
be1ef5736e
Implement USR1 - stop accepting new work, GH-69
2012-03-08 20:58:51 -08:00
Mike Perham
182bf1d5a1
Remove namespace/server CLI options, #61
2012-02-27 20:24:19 -08:00
Mike Perham
8ee8137caa
Refactor options to be globally available for things like
...
connection pool sizing.
2012-02-19 13:05:19 -08:00
jc00ke
ea8c9f72b5
Standardize on concurrency, not processor_count
2012-02-16 09:45:55 -08:00
jc00ke
6f22320aee
Adding config file CLI flag
...
See test/config.yml for an example file.
`sidekiq -C /path/to/config.yml` will use any settings set in the file.
Flags passed to sidekiq will override any set in the config file. So, if
config.yml looked like:
---
concurrency: 50
`sidekiq -C /path/to/that/config.yml -c 75` will set the concurrency to
75.
2012-02-15 18:13:32 -08:00
jc00ke
d98617b873
Use -P for pidfile flag
2012-02-15 11:24:01 -08:00
jc00ke
0f248f3412
Adding pidfile option
2012-02-15 11:01:52 -08:00
Mike Perham
552a4c7f27
CLI testing. Not great but integration testing is tough.
2012-02-12 19:53:34 -08:00