cloudfoundry / haproxy-boshrelease

A BOSH release for haproxy (based on cf-release's haproxy job)
Apache License 2.0
37 stars 81 forks source link

feat: Enable redispatch to different server on retry #583

Closed domdom82 closed 10 months ago

domdom82 commented 10 months ago

Without retries and redispatch enabled, failing backends produce an outage to the client. The redispatch option allows HAProxy to try another backend instead of failing the request.