spring cloud 超时时间
Posted lobin
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring cloud 超时时间相关的知识,希望对你有一定的参考价值。
hystrix.command.default.execution.isolation.strategy=SEMAPHORE
hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds=60000
feign.hystrix.enabled=true
feign.config.connectTimeout=50000
feign.config.readTimeout=50000
ribbon.MaxAutoRetries=0
ribbon.ReadTimeout=60000
ribbon.OkToRetryOnAllOperations=false
ribbon.ConnectTimeout=60000
ribbon.MaxAutoRetriesNextServer=0
以上是关于spring cloud 超时时间的主要内容,如果未能解决你的问题,请参考以下文章
springcloud openFeign 请求超时问题解决
Spring Cloud 源码解读之 如何配置好OpenFeign的各种超时时间!