Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
From 1.5.7 there is a way to set maximum thread-pool size and to allow setting coreSize < maximumSize by creating a thread pool which can sustain maximumSize concurrency and will return threads to the system during periods of relative inactivity.
https://github.com/Netflix/Hystrix/wiki/Configuration#allowmaximumsizetodivergefromcoresize
These options can be useful for users to setup Hystrix in a complete way.