Optional
methodsHTTP methods considered for opening the circuit breaker. Note that all requests will be blocked, once the circuit breaker is open. Default: all
Optional
statusHTTP status codes that are counted as failed attempts for the circuit breaker. Default: [408, 420, 429, 500, 502, 503, 504]
Optional
triggerDefault: true
Optional
triggerDefault: true
How long to wait before sending a request again after the circuit breaker opened.