Mike Perham
4cca6eb85d
Clean up option processing
2013-01-18 20:57:26 -08:00
Daisuke Taniwaki
86f069cff7
Support env based config file
2013-01-18 14:10:52 -05:00
Mike Perham
9cf8659ef5
Add cli arg for unique process index
2013-01-06 13:01:30 -08:00
Thorsten Ball
88b997b122
Refactor Sidekiq::Logging and handling of --verbose in Sidekiq::CLI
2012-12-13 21:29:43 +01:00
Thorsten Ball
d2c2da6be9
Add option to write logs to a file
2012-12-13 21:29:41 +01:00
brainopia
3a15e131c9
Support for strictly ordered queues in config
2012-11-07 10:54:31 +04:00
Mike Perham
5974b1106a
Merge pull request #456 from pivotal-chelsea/erb_config
...
pass the yml file through erb first
2012-10-29 15:39:09 -07:00
Jordan Bach
8713de160c
Accept queue names containing dots through the CLI
2012-10-25 14:40:42 -05:00
Colin Shield
1ba0621e02
pass the yml file through erb first
2012-10-19 13:50:59 -07:00
John Firebaugh
2db50b479a
Support queue-names-with-dashes
2012-08-15 11:46:43 -07:00
Jake Mack
e6c306de15
Removed -s flag, simplified queue logic
2012-07-31 13:58:50 -07:00
Jake Mack
c779018af8
Implemented a strictly ordered queue switch
2012-07-27 15:18:11 -07:00
Mike Perham
8c9f960a68
Prefer Sidekiq.logger, inject message context into all working logging
2012-05-15 19:44:35 -07:00
Mike Perham
2561cbcd66
Initial pass at getting a worker logger. Not quite happy with the API yet.
2012-05-12 14:00:42 -07:00
Ryan LeCompte
e529d78c73
re-introduce weighted queues
2012-04-03 20:19:29 -07:00
Mike Perham
23f468819c
Remove queue weight support
2012-03-30 21:43:12 -07:00
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