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. --- etc/custodian/custodian.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc/custodian') diff --git a/etc/custodian/custodian.cfg b/etc/custodian/custodian.cfg index 8870250..ed19bce 100644 --- a/etc/custodian/custodian.cfg +++ b/etc/custodian/custodian.cfg @@ -6,7 +6,8 @@ ## -# The type of queue to use: "redis" or "beanstalkd". +# The type of queue to use - currently redis is the only supported +# type, although future updates may allow more to be specified. # # queue_type = redis ## -- cgit v1.2.1