Open jilieryuyi opened 5 years ago
'Timeout'、'ErrorPercentThreshold'、'RequestVolumeThreshold' and 'SleepWindow' can update at runtime, but 'MaxConcurrentRequests' can not.
We set the config to the configuration center, and when the related config changes,use hystrix.ConfigureCommand(key, apiConfig.HystrixConfig) again
hystrix.ConfigureCommand(key, apiConfig.HystrixConfig) set config at init, how to update at runtime?