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/01/22 20:42:13 UTC

[GitHub] rahulqelfo opened a new issue #3210: Passing action container ID in response header or body.

rahulqelfo opened a new issue #3210: Passing action container ID in response header or body.
URL: https://github.com/apache/incubator-openwhisk/issues/3210
 
 
   Is there a way in which we can pass the action container ID in the response to action invocations.The benefits could be:
   
   1)Better debugging
   2)Help in automation
   For example, consider a use case for automation:
   
   A user invokes the same action multiple time.Every new action is invoked after successful completion of the previous one.
   The expected result should be that the action should be executed in the same action container.
   Such case can be automated when we can get the container ID in either header or body of the response.

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