markusthoemmes commented on issue #2656: ActivationExecutor
URL: 
https://github.com/apache/incubator-openwhisk/pull/2656#issuecomment-324109300
 
 
   I think it is best if we relay that throttling to each Loadbalancer really. 
As you said, different paths might induce different types of throttling. Each 
loadbalancer should get to decide if it throttles the user (which makes more 
sense than what we do today anyway, which is throttling after some number is 
reached vs. actually looking at capacity).
   
   So I'd say, throttling is not based on the sum of all loadbalancers, but it 
is decided by each loadbalancer itself after the request has been dispatched to 
it.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to