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 going to try 'option http-buffer-reques

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:08, Allen Myers a écrit : > > H

Re: haproxy retries with redispatch not working consistently

2024-10-17 Thread Christopher Faulet
Le 17/10/2024 à 17:08, Allen Myers a écrit : Hi Christopher, Thank you for your response! I'll try the 'wait-for-body' and 'http-buffer-request' options. What exactly do you mean by this?     "Another solution would be to automatically wait for the request body if some L7-retries are enable

Re: haproxy retries with redispatch not working consistently

2024-10-17 Thread Allen Myers
Hi Christopher, Thank you for your response! I'll try the 'wait-for-body' and 'http-buffer-request' options. What exactly do you mean by this? "Another solution would be to automatically wait for the request body if some L7-retries are enabled." - Allen On Thu, Oct 17, 2024 at 2:12 AM Ch

Re: haproxy retries with redispatch not working consistently

2024-10-17 Thread Christopher Faulet
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 ECS/fargate) with retries > 0 to redispatch on errors. The goals of my haproxy config are:   - retry 2 times   - retry on m