0

I am getting this error:

com.netflix.hystrix.exception.HystrixRuntimeException:
getCatchmentsByAreaType timed-out and fallback failed.

When I try calling the same method though API it works. I don't know why! I have set following properties in ZuulApplication:

hystrix.command.default.execution.timeout.enabled=false
hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds=2000000
hystrix.threadpool.default.coreSize=100
hystrix.threadpool.default.maxQueueSize=100
hystrix.threadpool.default.queueSizeRejectionThreshold=100
ribbon.IsSecured=true
ribbon.ConnectTimeout=2000000
ribbon.ReadTimeout=2000000
ribbon.maxAutoRetries=3
Hambone
  • 15,600
  • 8
  • 46
  • 69
Akash Shinde
  • 91
  • 12

0 Answers0