jiangpengcheng commented on code in PR #5229:
URL: https://github.com/apache/openwhisk/pull/5229#discussion_r867595472
##########
core/invoker/src/main/scala/org/apache/openwhisk/core/invoker/InvokerReactive.scala:
##########
@@ -179,6 +178,8 @@ class InvokerReactive(
WhiskAction
.get(entityStore, actionid.id, actionid.rev, fromCache = actionid.rev !=
DocRevision.empty)
.flatMap(action => {
+ // action that exceed the system limit cannot be executed.
+ action.limits.checkSystemLimits()
Review Comment:
I think it already check the limit here?
https://github.com/apache/openwhisk/pull/5229/files#diff-618ee3b5632d322d90e279346bd69b1d30f39f22b237e557f1a4f507414b61fdR216
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]