You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/10/25 07:01:35 UTC

[GitHub] cbickel commented on a change in pull request #4078: Add ability to not store activations for specified namespace.

cbickel commented on a change in pull request #4078: Add ability to not store activations for specified namespace.
URL: https://github.com/apache/incubator-openwhisk/pull/4078#discussion_r228053969
 
 

 ##########
 File path: common/scala/src/main/scala/whisk/core/entity/Identity.scala
 ##########
 @@ -32,10 +32,11 @@ import whisk.core.entitlement.Privilege
 case class UserLimits(invocationsPerMinute: Option[Int] = None,
                       concurrentInvocations: Option[Int] = None,
                       firesPerMinute: Option[Int] = None,
+                      disableActivationStore: Option[Boolean] = None,
 
 Review comment:
   That definetly makes sense to me.
   What would your proposal of an implementation? Should we have a per-minute limit for these logs and let the controller check if the current activation will be written or not?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services