diff options
| -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 +## | 
