summaryrefslogtreecommitdiff
path: root/bin/custodian-queue
AgeCommit message (Expand)Author
2016-04-22Updated to fix rubocop warnings.Steve Kemp
2015-12-18Removed references and support for beanstalkd.Steve Kemp
2015-03-09Moved usage-information to foot of script.Steve Kemp
2015-03-09Remove spaces inside blocks.Steve Kemp
2015-03-09Removed spaces inside parenthesis.Steve Kemp
2015-03-09Prefer single-quotes when you don't need interpolation.Steve Kemp
2015-03-09Don't use parenthesis aroudn conditions in an if.Steve Kemp
2015-03-09Do not use parentheses for method calls with no arguments.Steve Kemp
2015-03-09Avoid redundent ".to_s" methods.Steve Kemp
2015-03-09Use long-namesSteve Kemp
2015-02-05Simplify the flushing of queues.Steve Kemp
2015-02-04Hint to ruby that rubygems should be loaded.Steve Kemp
2015-01-21Don't hard-wire redis as the queue-type.Steve Kemp
2015-01-19Updated to use our queue-abstraction.Steve Kemp
2015-01-13Avoid hard-wiring 1.8 rubySteve Kemp
2013-04-23 Allow --queue to specify the beanstalkd tube.Steve Kemp
2012-12-06 Updated documentation in a minor fashion.Steve Kemp
2012-12-06 The --monitor flag now allows a threshold to be specified, and noSteve Kemp
2012-11-26 Explicitly watch a "tube" - a named queue - to avoid stomping onSteve Kemp
2012-11-23 Read the server address:port from the settings object. Along with the file...Steve Kemp
2012-11-20 Updated case statements for ruby1.9Steve Kemp
2012-11-16 Link to the WIKI in the monitor testSteve Kemp
2012-11-15 Alert on >= 5000 jobs.Steve Kemp
2012-11-14 fixed name of script in help-textSteve Kemp
2012-11-14 Whitespace fixupSteve Kemp
2012-11-14 Added a monitor flag to alert if the queue was too highSteve Kemp
2012-11-14 Removed the flushing-action from custodian-dequeue and added it to theSteve Kemp