超时,默认1秒;

修改请求超时时长:

application.yml:

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

相关文章:

  • 2022-12-23
  • 2021-09-08
  • 2022-12-23
  • 2021-08-26
  • 2021-09-17
  • 2022-12-23
  • 2021-05-05
  • 2021-07-30
猜你喜欢
  • 2021-10-07
  • 2021-10-10
  • 2022-12-23
  • 2022-12-23
  • 2022-01-04
  • 2022-12-23
相关资源
相似解决方案