From be71dd540772013e84d980d54edcad66dd90a744 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Wed, 21 Jan 2015 16:51:20 +0000 Subject: Document queue-type --- etc/custodian/custodian.cfg | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'etc/custodian') diff --git a/etc/custodian/custodian.cfg b/etc/custodian/custodian.cfg index 5847a7d..a004979 100644 --- a/etc/custodian/custodian.cfg +++ b/etc/custodian/custodian.cfg @@ -7,12 +7,18 @@ ## -# The address if the beanstalkd server to use +# The address of the queue to connect to. # # queue_server = 127.0.0.1:11300 ## +## +# The type of queue to use: "redis" or "beanstalkd". +# +# queue_type = redis +## + ## # The alerting method to use @@ -104,4 +110,4 @@ # # working_suppress = 4 # oncall_suppress = 10 -## \ No newline at end of file +## -- cgit v1.2.1