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:
[email protected]
With regards,
Apache Git Services