diff options
author | Steve Kemp <steve@steve.org.uk> | 2015-01-21 16:51:20 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2015-01-21 16:51:20 +0000 |
commit | 16686166649e55412c8486397506cb1a53898832 (patch) | |
tree | 1ba173c33ed5e89f86214601257eedca9af98b72 /etc | |
parent | e2f50b48e8e3055c65987756ca1997772fd31b73 (diff) |
Document queue-type
Diffstat (limited to 'etc')
-rw-r--r-- | etc/custodian/custodian.cfg | 10 |
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 +## |