diff options
Diffstat (limited to 'bin/custodian-queue')
-rwxr-xr-x | bin/custodian-queue | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/custodian-queue b/bin/custodian-queue index fcbf2b3..a78ae25 100755 --- a/bin/custodian-queue +++ b/bin/custodian-queue @@ -62,8 +62,7 @@ if __FILE__ == $PROGRAM_NAME # # Create the queue object. # - settings = Custodian::Settings.instance - queue = Custodian::QueueType.create(settings.queue_type) + queue = Custodian::RedisQueueType.new() # # Alerting on a queue that is too-full? @@ -129,9 +128,6 @@ __END__ # This tool is designed to inspect the global queue, and also allows that # queue to be flushed of all pending-jobs. # -# The queue may be redis-based, or beanstalkd-based, as defined by the -# global configuration-file. -# # AUTHOR # # Steve Kemp <steve@bytemark.co.uk> |