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 2017/12/01 21:39:53 UTC

[GitHub] rabbah commented on a change in pull request #3044: add WhiskActivation.Outcome, hiding Either[ActivationId, WhiskActivation] impl

rabbah commented on a change in pull request #3044: add WhiskActivation.Outcome, hiding Either[ActivationId, WhiskActivation] impl
URL: https://github.com/apache/incubator-openwhisk/pull/3044#discussion_r154454366
 
 

 ##########
 File path: common/scala/src/main/scala/whisk/core/entity/WhiskActivation.scala
 ##########
 @@ -123,6 +123,13 @@ object WhiskActivation
     with WhiskEntityQueries[WhiskActivation]
     with DefaultJsonProtocol {
 
+  /**
+   * The invoker's result for an activation might only be an ActivationId,
+   * e.g. in the case of RecordTooLargeException; see InvokerReactive
+   *
 
 Review comment:
   Or a non blocking invoke. 

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