这篇文章上次修改于 2126 天前,可能其部分内容已经发生变化,如有疑问可询问作者。 #### 最近spring cloud 报错:com.netflix.hystrix.exception.HystrixRuntimeException: UserClient#listById(List) failed and no fallback available. 解决办法:加长hystrix 命令的超时时间 ```yaml hystrix: command: default: execution: isolation: thread: timeoutInMilliseconds: 6000 timeout: enabled: false ```
没有评论