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.
Adds the option to retry failed connections to backends
Adds the option to redispatch to other backends on failed connects
Checks that retries are configured if redispatch is enabled
Also, the test framework was updated so that it supports more than one backend per HAProxy.
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.
Adds the option to retry failed connections to backends
Adds the option to redispatch to other backends on failed connects
Checks that retries are configured if redispatch is enabled
Also, the test framework was updated so that it supports more than one backend per HAProxy.