bdoyle0182 commented on a change in pull request #4972:
URL: https://github.com/apache/openwhisk/pull/4972#discussion_r485839316
##########
File path:
common/scala/src/main/scala/org/apache/openwhisk/http/ErrorResponse.scala
##########
@@ -68,11 +68,11 @@ object Messages {
/** Standard message for too many activation requests within a rolling time
window. */
def tooManyRequests(count: Int, allowed: Int) =
- s"Too many requests in the last minute (count: $count, allowed: $allowed)."
+ s"Too many requests in the last minute (currently running: $count, allowed
per minute: $allowed)."
Review comment:
This shouldn't be `currently running` as it's just a per minute throttle
limit, not concurrency.
----------------------------------------------------------------
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]