mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
add the default in the standard location, also adding
support for an ENV var. Update the example yaml file with the new config
This commit is contained in:
parent
a35d66c606
commit
1c53625fd8
3 changed files with 46 additions and 41 deletions
|
|
@ -204,6 +204,12 @@
|
|||
# - redis_connection_pool_timeout
|
||||
# How long a task should wait (in seconds) for a redis connection when all connections are in use.
|
||||
# (default: 5)
|
||||
#
|
||||
# - reconnect_attempts
|
||||
# How many times to retry one redis connection, for example if the host:port is not available
|
||||
# The time between attempts starts at 1.5s and increases up to 10s, in such a way that 10 attempts
|
||||
# takes about 80s, at which point an error is returned.
|
||||
# (default: 10)
|
||||
|
||||
# Example:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue