dgrove-oss commented on a change in pull request #4972:
URL: https://github.com/apache/openwhisk/pull/4972#discussion_r499092809
##########
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:
@rabbah - do you have any thoughts? This is a part of the controller I
don't know very well.
----------------------------------------------------------------
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]