For the record *all* of the timeout values could use reconfigurability. I wound up changing
timeout queue 1000 timeout connect 1000 timeout client 30000 timeout server 30000
to
timeout queue 30000 timeout connect 30000 timeout client 90000 timeout server 90000
This all in the haproxy.cfg template file defaults log global mode tcp option tcplog option dontlognull retries 3 timeout queue 1000 timeout connect 1000 {% if haproxy_client_timeout -%} timeout client {{ haproxy_client_timeout }} {% else -%} timeout client 30000 {% endif -%}
{% if haproxy_server_timeout -%} timeout server {{ haproxy_server_timeout }} {% else -%} timeout server 30000 {% endif -%}
For the record *all* of the timeout values could use reconfigurability. I wound up changing
timeout queue 1000
timeout connect 1000
timeout client 30000
timeout server 30000
to
timeout queue 30000
timeout connect 30000
timeout client 90000
timeout server 90000
This all in the haproxy.cfg template file client_ timeout -%} client_ timeout }}
defaults
log global
mode tcp
option tcplog
option dontlognull
retries 3
timeout queue 1000
timeout connect 1000
{% if haproxy_
timeout client {{ haproxy_
{% else -%}
timeout client 30000
{% endif -%}
{% if haproxy_ server_ timeout -%} server_ timeout }}
timeout server {{ haproxy_
{% else -%}
timeout server 30000
{% endif -%}