Is there a way to add a circuit breaker design pattern with our existing Edge policies? The need is to handle the circuit breaker connections when ever there is a back end downtime.
The current code uses the java-script http handler and service callout policies to make the back-end connections.