apps(sharkey): Lower the circuit breaker's fallback time

main
trivernis 10 months ago
parent 1270e09e6d
commit 26a3288de7
Signed by: Trivernis
GPG Key ID: 7E6D18B61C8D2F4B

@ -6,6 +6,8 @@ metadata:
spec: spec:
circuitBreaker: circuitBreaker:
expression: LatencyAtQuantileMS(50.0) > 200 || ResponseCodeRatio(500, 600, 0, 600) > 0.5 expression: LatencyAtQuantileMS(50.0) > 200 || ResponseCodeRatio(500, 600, 0, 600) > 0.5
fallbackDuration: 2s
recoveryDuration: 5s
--- ---
apiVersion: traefik.containo.us/v1alpha1 apiVersion: traefik.containo.us/v1alpha1
kind: Middleware kind: Middleware

Loading…
Cancel
Save