Re: Router Defaut Timeout

2016-08-09 Thread Ram Ranganathan
Yeah, its new in 1.3 - was done as part of the changes for https://bugzilla.redhat.com/show_bug.cgi?id=1328037 The name I think came from the bug description but that said yeah, ROUTER_HTTP_REQUEST_TIMEOUT would be more descriptive/accurate. CCing Jacob. On Tue, Aug 9, 2016 at 1:07 PM, Clayton Col

Re: Router Defaut Timeout

2016-08-09 Thread Clayton Coleman
Is this a new variable in 1.3? Can we rename it to be more descriptive? ROUTER_HTTP_REQUEST_TIMEOUT would be more accurate. On Aug 9, 2016, at 4:02 PM, Ram Ranganathan wrote: That default for the haproxy router can be set via an environment variable in your deployment. $ oc env dc/$router_dc_n

Re: Router Defaut Timeout

2016-08-09 Thread Ram Ranganathan
That default for the haproxy router can be set via an environment variable in your deployment. $ oc env dc/$router_dc_name ROUTER_SLOWLORIS_TIMEOUT=30s If you want to set it on a per route basis, add an annotation to the route. See: https://github.com/openshift/origin/blob/master/images/router/h

Router Defaut Timeout

2016-08-09 Thread Diego Spinola Castro
Is there any way to change the default timeout settings at router image? Found this: https://github.com/openshift/origin/blob/master/images/router/haproxy/conf/haproxy-config.template#L42 ___ dev mailing list dev@lists.openshift.redhat.com http://lists.o