summaryrefslogtreecommitdiff
path: root/lib/custodian/queue.rb
AgeCommit message (Expand)Author
2016-04-22More rubocop fixups.Steve Kemp
2016-01-18Updated the queue-handling.Steve Kemp
2015-12-18Updated to use the right form of counting for the set.Steve Kemp
2015-12-18Fixed the name of the string.Steve Kemp
2015-12-18Updated to revert to a set with no ordering.Steve Kemp
2015-12-18Return values using a reverse-score-range.Steve Kemp
2015-12-18Removed references and support for beanstalkd.Steve Kemp
2015-12-18Removed the diagnostic output of the test-scoresSteve Kemp
2015-12-18Use a sorted set for tests in our queue.Steve Kemp
2015-12-17Treat our Redis queue as a set.Steve Kemp
2015-04-16Mark variables as unused.Steve Kemp
2015-03-09Removed trailing whitespace from the codeSteve Kemp
2015-03-09Remove spaces inside blocks.Steve Kemp
2015-03-09Whitespace fixups.Steve Kemp
2015-03-09Use def with parentheses when there are parameters.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-09Omit the parentheses in defs when the method doesn't accept any arguments.Steve Kemp
2015-03-09Avoid arguments we're not using.Steve Kemp
2015-02-18Prefer "while true" to "while 1"Steve Kemp
2015-02-18Minor formatting and commenting update.Steve Kemp
2015-02-18Updated the way we wait for jobs.Steve Kemp
2015-02-17fix the redis queue not to melt the cpu when polling redis for a jobPatrick J Cherry
2015-02-05Simplify code by removing configuration.Steve Kemp
2015-02-05Simplify the flushing of queues.Steve Kemp
2015-01-29Don't output messages unless $DEBUG=1Steve Kemp
2015-01-19Updated to use our queue-abstraction.Steve Kemp
2015-01-13Added queue-abstraction layer.Steve Kemp
2012-11-20 RemovedSteve Kemp
2012-11-20 New stub interface.Steve Kemp