summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2015-01-21 16:51:20 +0000
committerSteve Kemp <steve@steve.org.uk>2015-01-21 16:51:20 +0000
commit16686166649e55412c8486397506cb1a53898832 (patch)
tree1ba173c33ed5e89f86214601257eedca9af98b72 /etc
parente2f50b48e8e3055c65987756ca1997772fd31b73 (diff)
Document queue-type
Diffstat (limited to 'etc')
-rw-r--r--etc/custodian/custodian.cfg10
1 files changed, 8 insertions, 2 deletions
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
+##