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

超时,默认1秒;

修改请求超时时长:

application.yml:

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

posted @ 2020-12-29 17:21  Dream's  阅读(4760)  评论(0编辑  收藏  举报