From ec3fef5508be6b07fd376577efaa300fa3ed6a16 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 25 Jan 2016 16:45:03 +0000 Subject: [PATCH] Some timeout options for prod pdc. --- roles/haproxy/templates/haproxy.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 4b180bda4d..f461a776c3 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -227,6 +227,8 @@ listen pdc 0.0.0.0:10045 server pdc-web01 pdc-web01:80 check inter 10s rise 1 fall 2 server pdc-web02 pdc-web02:80 check inter 10s rise 1 fall 2 option httpchk GET /rest_api/v1/ + timeout server 3600000 + timeout connect 3600000 # Apache doesn't handle the initial connection here like the other proxy # entries. This proxy also doesn't use the http mode like the others.