服务超时时间设置:
默认配置
hystrix.command.default.execution.timeout.enabled=true(默认:true)
hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds=3000(默认:1000)
实例配置
hystrix.command.HystrixCommandKey.execution.timeout.enabled=
hystrix.command.HystrixCommandKey.execution.isolation.thread.timeoutInMilliseconds=
所有配置参考:https://github.com/Netflix/Hystrix/wiki/Configuration