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 | be71dd540772013e84d980d54edcad66dd90a744 (patch) | |
tree | b2e3bcf07a01e9c0fdeef0307107eb211ef63081 | |
parent | 168044a4b1af40a5b4b7b54eb2973455377da722 (diff) |
Document queue-type
-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 +## |