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/10/07 14:24:58 UTC

[GitHub] [openwhisk] rabbah commented on a change in pull request #4972: Updated error responses around rate limiting to be more descriptive

rabbah commented on a change in pull request #4972:
URL: https://github.com/apache/openwhisk/pull/4972#discussion_r501055677



##########
File path: common/scala/src/main/scala/org/apache/openwhisk/http/ErrorResponse.scala
##########
@@ -72,7 +72,7 @@ object Messages {
 
   /** Standard message for too many concurrent activation requests within a time window. */
   def tooManyConcurrentRequests(count: Int, allowed: Int) =
-    s"Too many concurrent requests in flight (count: $count, allowed: $allowed)."
+    s"Too many concurrent requests in flight (currently running: $count, allowed per controller: $allowed)."

Review comment:
       LGTM.




----------------------------------------------------------------
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