我收到此错误:
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