upgle commented on code in PR #5229:
URL: https://github.com/apache/openwhisk/pull/5229#discussion_r869203781


##########
core/controller/src/main/scala/org/apache/openwhisk/core/controller/Actions.scala:
##########
@@ -624,6 +626,30 @@ trait WhiskActionsApi extends WhiskCollectionAPI with 
PostActionActivation with
     })
   }
 
+  private def checkNamespaceAndSystemLimits(user: Identity, content: 
WhiskActionPut)(

Review Comment:
   Because updating the namespace limit configuration directly inserts/updates 
into the Couch DB, I've updated the code to fallback to the system limit if the 
namespace limit that exceeds the system limit.
   
   So, namespace limits that can not exceed the system limit are checked when 
an action is created/invoked.
   



-- 
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]

Reply via email to