haproxy retries with redispatch not working consistently

2024-10-16 Thread Allen Myers
Hi, haproxy retries with redispatch are not working consistently. I've configured haproxy (3.0.5 running as a container on ECS/fargate) with retries > 0 to redispatch on errors. The goals of my haproxy config are: - retry 2 times - retry on most retryable errors - redispatch on every retr

Re: haproxy retries with redispatch not working consistently

2024-10-17 Thread Allen Myers
Oh, I see. That's an enhancement to haproxy itself, not something I can do in the config. I'm going to try 'option http-buffer-request' short and will let you know. Thanks! - Allen On Thu, Oct 17, 2024 at 10:14 AM Christopher Faulet wrote: > Le 17/10/2024 à 17:

Re: haproxy retries with redispatch not working consistently

2024-10-22 Thread Allen Myers
I added 'option http-buffer-request' and that did fix the problem. thank you for your help! - Allen On Thu, Oct 17, 2024 at 11:47 AM Allen Myers wrote: > Oh, I see. That's an enhancement to haproxy itself, not something I can do > in the config. > > I'm

Re: haproxy retries with redispatch not working consistently

2024-10-17 Thread Allen Myers
n On Thu, Oct 17, 2024 at 2:12 AM Christopher Faulet wrote: > Le 16/10/2024 à 23:10, Allen Myers a écrit : > > Hi, > > > > > > haproxy retries with redispatch are not working consistently. > > > > I've configured haproxy (3.0.5 running as a container on