You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2020/11/18 11:38:32 UTC

[GitHub] [openwhisk] style95 commented on a change in pull request #5029: [New Scheduler]Implement FPCEntitlementProvider

style95 commented on a change in pull request #5029:
URL: https://github.com/apache/openwhisk/pull/5029#discussion_r526019839



##########
File path: core/controller/src/main/scala/org/apache/openwhisk/core/loadBalancer/LoadBalancer.scala
##########
@@ -75,6 +75,9 @@ trait LoadBalancer {
 
   /** Gets the size of the cluster all loadbalancers are acting in */
   def clusterSize: Int = 1
+
+  /** Gets the throttling for given action. */
+  def checkThrottle(namespace: EntityPath, action: String): Boolean = false

Review comment:
       It would be great if you share how this will work in a new load balancer.
   




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org