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 2020/03/27 05:32:39 UTC

[GitHub] [openwhisk-client-js] tripodsan opened a new issue #207: Propagate __OW_TRANSACTION_ID when invoking actions

tripodsan opened a new issue #207: Propagate __OW_TRANSACTION_ID when invoking actions
URL: https://github.com/apache/openwhisk-client-js/issues/207
 
 
   The javascript runners honour the `x-request-id` header by propagating its value to `process.env.__OW_TRANSACTION_ID`. this allows to easily track a set of actions that are invoked _within one transaction_.
   
   Unfortunately, the `process.env.__OW_TRANSACTION_ID` is not sent along when using the openwhisk js client. all it would need is to set the `x-request-id` header accordingly when invoking an action.
   
   also see my experiments here: https://gist.github.com/tripodsan/9e0f04e1a5572c0ead3d53d93fab0a2f

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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