Why we need queueSizeRejectionThreshold
in Hystrix apart from maxQueueSize
?
By definition, queueSizeRejectionThreshold <= maxQueueSize
. But I am not getting why not to reject thread when maxQueueSize
becomes full, why to introduce the term queueSizeRejectionThreshold
?