-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Set maximumSize using @HystrixCommand annotation #1565
Labels
Comments
@dmgcodevil Any cycles to work on this? @ilyas-keser Any interest in submitting a PR for this functionality? |
PR: #1572 |
@dmgcodevil Is it possible to set allowMaximumSizeToDivergeFromCoreSize? The maximumSize setting only takes effect if you also set the allowMaximumSizeToDivergeFromCoreSize setting. |
@ilyas-keser I just submitted #1584 |
@mattrjacobs Thanks! |
we can close |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is not possible to set the maximumSize using the HystrixCommand annotation. Example:
Hystrix version: 1.5.11
Exception:
The text was updated successfully, but these errors were encountered: