You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/06/21 07:53:14 UTC

[GitHub] markusthoemmes commented on a change in pull request #2384: Send active ack on failed activations

markusthoemmes commented on a change in pull request #2384: Send active ack on failed activations
URL: https://github.com/apache/incubator-openwhisk/pull/2384#discussion_r123176267
 
 

 ##########
 File path: core/controller/src/main/scala/whisk/core/controller/WebActions.scala
 ##########
 @@ -551,12 +551,12 @@ trait WhiskWebActionsApi
     }
 
     private def completeRequest(
-        queuedActivation: Future[(ActivationId, Option[WhiskActivation])],
+        queuedActivation: Future[Either[ActivationId, WhiskActivation]],
 
 Review comment:
   Nice one :+1:
 
----------------------------------------------------------------
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