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/08/02 22:09:14 UTC

[GitHub] dubee commented on issue #3940: Trigger and sequence component activations should not be placed in activation logs

dubee commented on issue #3940: Trigger and sequence component activations should not be placed in activation logs
URL: https://github.com/apache/incubator-openwhisk/issues/3940#issuecomment-410083483
 
 
   Sequence example:
   ```
   wsk activation get c72d47294fa24503ad47294fa29503ec
   ok: got activation c72d47294fa24503ad47294fa29503ec
   {
       "namespace": "user",
       "name": "seq",
       "version": "0.0.1",
       "subject": "user",
       "activationId": "c72d47294fa24503ad47294fa29503ec",
       "start": 1533242924525,
       "end": 1533242924660,
       "duration": 86,
       "response": {
           "status": "success",
           "statusCode": 0,
           "success": true,
           "result": {
               "result key": "result value"
           }
       },
       "logs": [],
       "annotations": [
           {
               "key": "topmost",
               "value": true
           },
           {
               "key": "path",
               "value": "user/seq"
           },
           {
               "key": "components",
               "value": [
                   "c5752641d3884bccb52641d3883bcc72",
                   "5ea96d0bc38d4d3ca96d0bc38ddd3c0b"
               ]
           },
           {
               "key": "kind",
               "value": "sequence"
           },
           {
               "key": "limits",
               "value": {
                   "logs": 10,
                   "memory": 256,
                   "timeout": 60000
               }
           }
       ],
       "publish": false
   }
   
   ```

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