Trying to stop health check messages from being logged

2016-05-04 Thread Chris White
I am trying to stop backend health check error messages from being logged to the system console. I have tried using "no option log-health-checks” in my configuration defaults log global no option log-health-checks mode http option dontlognull But I am still seeing error

Re: Limiting the size of the backend queues

2016-02-10 Thread Chris White
Ideally I would like to return 429 Too Many Requests. -Original Message- From: Willy Tarreau <w...@1wt.eu> Date: Tuesday, February 9, 2016 at 11:27 PM To: Chris White <chris.wh...@illumio.com> Cc: "haproxy@formilux.org" <haproxy@formilux.org> Su

Limiting the size of the backend queues

2016-02-09 Thread Chris White
, but no way of actually limiting the total number of requests queued per backend proxy. I really want to put limits on how many requests are queued per backend proxy, is there anyway of doing this? Chris White