ribbon:
ReadTimeout: 5000
ConnectTimeout: 5000
上面配置失效,需要在yml配置hystrix禁止服务超时时间,如下:
hystrix:
command:
default:
execution:
timeout:
enabled: false
ribbon:
ReadTimeout: 5000
ConnectTimeout: 5000
上面配置失效,需要在yml配置hystrix禁止服务超时时间,如下:
hystrix:
command:
default:
execution:
timeout:
enabled: false