Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to update config an runtime? #104

Open
jilieryuyi opened this issue Oct 28, 2019 · 1 comment
Open

How to update config an runtime? #104

jilieryuyi opened this issue Oct 28, 2019 · 1 comment

Comments

@jilieryuyi
Copy link

hystrix.ConfigureCommand(key, apiConfig.HystrixConfig) set config at init, how to update at runtime?

@zuci118
Copy link

zuci118 commented Jun 6, 2023

'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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants