We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc0afa commit dc3ec0fCopy full SHA for dc3ec0f
common/scala/src/main/scala/org/apache/openwhisk/http/ErrorResponse.scala
@@ -72,7 +72,7 @@ object Messages {
72
73
/** Standard message for too many concurrent activation requests within a time window. */
74
def tooManyConcurrentRequests(count: Int, allowed: Int) =
75
- 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)."
76
77
/** System overload message. */
78
val systemOverloaded = "System is overloaded, try again later."
0 commit comments