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/10/24 04:36:30 UTC

[GitHub] JiniousChoi opened a new issue #323: `list activations` command doesn't return any actions invoked at all in the past.

JiniousChoi opened a new issue #323: `list activations` command doesn't return any actions invoked at all in the past.
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/issues/323
 
 
   ```
   $ wsk -i list | grep greeting 
   /guest/greeting                                                        private nodejs:6
   $ wsk -i action invoke -r greeting 
   {
       "msg": "Hello, stranger from somewhere!"
   }
   $ wsk -i activation list
   activations
   ```
   
   And waiting several minutes for it to appear doesn't make any difference.
   Help me please.

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