`

Feign调用报错:com.netflix.hystrix.exception.HystrixRuntimeException

    博客分类:
  • java
 
阅读更多

超时,默认1秒;

修改请求超时时长:

application.yml:

hystrix:  
  command:  
    default:  
      execution:  
        isolation:  
          thread:  
            timeoutInMilliseconds: 3000

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics