From ca00933b7094642f218d428bf663f99f9c5e524d Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Fri, 18 Dec 2015 11:56:32 +0200 Subject: Removed references and support for beanstalkd. The beanstalkd queue used to be used in the past, and we later added support for Redis via a simple abstraction layer. But now we've no longer tested and used beanstalkd for over a year, and the client-libraries are no longer available as native Debian packages. With that in mind we've excised the code, although left the abstraction-class in-place. --- bin/custodian-queue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'bin/custodian-queue') 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 -- cgit v1.2.1