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/03/06 01:35:59 UTC

[GitHub] abaruni commented on issue #255: check for 204 before attempting to fetch response json

abaruni commented on issue #255: check for 204 before attempting to fetch response json
URL: https://github.com/apache/incubator-openwhisk-package-kafka/pull/255#issuecomment-370629997
 
 
   this is a fix needed for the removal of activation records for triggers that aren't bound to an action via a rule. when fetching the response json for the trigger fire, the python-requests library will raise an exception when there is no content. added a check for 204 explicitly and log a successful fire

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