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 2019/12/04 05:50:28 UTC

[GitHub] [openwhisk] jiangpengcheng commented on issue #4750: A container is destroyed only because it generated a large response

jiangpengcheng commented on issue #4750: A container is destroyed only because it generated a large response
URL: https://github.com/apache/openwhisk/issues/4750#issuecomment-561488377
 
 
   and if action's code return other structure rathen than an object, it will also destroy a container, like
   
   ### error.js
   ```nodejs
   function main(params) {
     return ["jack", "tom"];
   }
   ```

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