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/02/21 05:02:29 UTC

[GitHub] rabbah opened a new issue #225: wsk trigger update on a feed trigger calls the feed action again

rabbah opened a new issue #225: wsk trigger update on a feed trigger calls the feed action again
URL: https://github.com/apache/incubator-openwhisk-cli/issues/225
 
 
   is this intended new behavior?
   
   ```
    wsk trigger create f --feed /whisk.system/utils/echo
   ```
   
   i create a trigger with a bogus feed (need to fix #134 seeing the activation result of the feed is annoying enough i might just fix it :)
   
   then `wsk trigger update f` and `wsk trigger get f` both call the feed - it's not clear in the first that my trigger was updates, for example to add a parameter that i specified. Further, on the get, I don't see my trigger either.
   
   OK granted this is pathological I called an action as the feed that isn't a feed - but is this the intended behavior especially for the get?

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