When a GET request to the origin server fails or times out, can the Cloudflare Load Balancer retry the request with a different origin server? If not, is such a feature planned?
It seems one could use Cloudflare Workers to retry the requests with different origin servers. But that would increase complexity and costs. One would effectively be reimplementing the load balancer functionality in JS. Would be great if Cloudflare Load Balancer supported this feature natively.