Re: limit proxy_next_upstream

2014-01-14 Thread Xeron
Is there any update about this feature? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,238124,246431#msg-246431 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: limit proxy_next_upstream

2013-04-05 Thread Weibin Yao
I agree. The directive name and format are always the diffcult parts.[?] I thought we could add a new parameter to the proxy_next_upstream directive. The individual directive is OK for me. Limit the retry total time is great. It could eliminate some very long timeout responses. 2013/4/6 Maxim D

Re: limit proxy_next_upstream

2013-04-05 Thread Maxim Dounin
Hello! On Fri, Apr 05, 2013 at 09:59:29PM +0800, Weibin Yao wrote: > We have the similar request. If we have dozens of servers in a same > upstream block, I don't want to retry all of them. One side effect is it > will increase the failure count with all of the backend servers. After > several ti

Re: limit proxy_next_upstream

2013-04-05 Thread Weibin Yao
We have the similar request. If we have dozens of servers in a same upstream block, I don't want to retry all of them. One side effect is it will increase the failure count with all of the backend servers. After several times, all of the servers will be marked down for a while and all of the reques

Re: limit proxy_next_upstream

2013-04-05 Thread Maxim Dounin
Hello! On Fri, Apr 05, 2013 at 04:38:36AM -0400, philipp wrote: > Is it possible to limit the amount of upstreams asked? I have four upstreams > defined and it makes no sense to ask all of them. If two of them timeout or > error there is possible something wrong with the request and asking anothe

limit proxy_next_upstream

2013-04-05 Thread philipp
Is it possible to limit the amount of upstreams asked? I have four upstreams defined and it makes no sense to ask all of them. If two of them timeout or error there is possible something wrong with the request and asking another node doesn't help. Posted at Nginx Forum: http://forum.nginx.org/rea