Enable the failover mechanism on your Dispatcher farm to resend requests to different renders when the original request fails. When failover is enabled, Dispatcher has the following behavior:
- When a request to a render returns HTTP status 503 (UNAVAILABLE), Dispatcher sends the request to a different render.
- When a request to a render returns HTTP status 50x (other than 503), Dispatcher sends a request for the page that is configured for the health_check property.
- If the health check returns 500 (INTERNAL_SERVER_ERROR), Dispatcher sends the original request to a different render.
- If the healtch check returns HTTP status 200, Dispatcher returns the initial HTTP 500 error to the client.