配置官網介紹地址:https://github.com/Netflix/Hystrix/wiki/Configuration
hystrix.command.default.execution.isolation.strategy
hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds 默認超時時間為1S
是否開啟hystrix的超時時間,默認是true ;
當hystrix超時時是否中斷。默認是true
當設置為Semaphore時,允許的最大請求數。默認值 10
設置當固定時間內(默認是10s)達到失敗的次數(默認失敗次數是20次)打開斷路器。