Re: Nginx not retrying failed UDP message

2020-07-15 Thread harsh
Thanks Vladimir for the explanation. 'udp_radius' is an upstream{} block with 3 servers. What you mentioned is exactly what we are seeing in our tests. Since we are dealing with Radius Accounting request we don't want to lose failed messages. Is there any way to force nginx to retry failed messa

Re: Nginx not retrying failed UDP message

2020-07-10 Thread Vladimir Homutov
On Thu, Jul 09, 2020 at 02:42:52PM -0400, harsh wrote: > Hi, > > We are using NGINX as Load Balancer for load balancing RADIUS UDP traffic. > > It seems NGINX is not retrying to send messages to another upstream server > if one of the upstream servers is down. > > We are using NGINX 1.16.1. But the