dgrove-oss commented on a change in pull request #4972:
URL: https://github.com/apache/openwhisk/pull/4972#discussion_r496860504



##########
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:
       ```suggestion
       s"Too many concurrent requests (count in window: $count, allowed per 
controller: $allowed)."
   ```

##########
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:
       Suggest a change to address @bdoyle0182 's comment




----------------------------------------------------------------
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:
[email protected]


Reply via email to