HystrixRuntimeException:超时

时间:2016-01-25 13:39:31

标签: java hystrix netflix-zuul

我收到此错误:

  

com.netflix.hystrix.exception.HystrixRuntimeException:
  getCatchmentsByAreaType超时和回退失败。

当我尝试通过API调用相同的方法时,它可以工作。我不知道为什么! 我在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

0 个答案:

没有答案