Open bsushant-athena opened 7 years ago
When I hit http://10.8.110.83:18888/hystrix.stream
I'm getting this error: There was an unexpected error (type=Service Unavailable, status=503). MaxConcurrentConnections reached: 5
Configuration: hystrix: command: default: execution: isolation: thread: timeoutInMilliseconds: 10000 threadpool: default: coreSize: 50 turbine: aggregator: clusterConfig: GATEWAY appConfig: GATEWAY
I'm able to see hystrix metrics. But this error ??
It seems that you hit the queueSizeRejectionThreshold https://github.com/Netflix/Hystrix/wiki/Configuration#queueSizeRejectionThreshold
When I hit http://10.8.110.83:18888/hystrix.stream
I'm able to see hystrix metrics. But this error ??