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

11 commits

Author SHA1 Message Date
Mike Perham
6bcca735fe Dont use logger in options parsing, fixes #1335 2013-11-13 21:33:44 -08:00
Mike Perham
bdc36e4c3d Remove environment support in .yml, #1257 2013-10-16 19:24:22 -07:00
Mike Perham
a129a444fd Lock down namespace configuration, fixes #747 2013-03-01 16:13:20 -08:00
Thorsten Ball
d2c2da6be9 Add option to write logs to a file 2012-12-13 21:29:41 +01:00
Colin Shield
1ba0621e02 pass the yml file through erb first 2012-10-19 13:50:59 -07:00
Ryan LeCompte
e529d78c73 re-introduce weighted queues 2012-04-03 20:19:29 -07:00
Mike Perham
2e58b1d9d8 Clean up examples 2012-04-02 19:21:26 -07:00
Mike Perham
182bf1d5a1 Remove namespace/server CLI options, #61 2012-02-27 20:24:19 -08:00
jc00ke
e9fcc2ecda Refactor options parsing from config file
Merge the hashes instead of explicit setting. Also switch the yml config
file to :foo: instead of foo: so the keys will be parsed as symbols.
This matches the @options keys.
2012-02-16 10:51:26 -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