fdk-node icon indicating copy to clipboard operation
fdk-node copied to clipboard

override exit codes

Open skinowski opened this issue 7 years ago • 1 comments

Docker uses: http://tldp.org/LDP/abs/html/exitcodes.html Make sure FDK does not allow functions to exit with these codes. For example, 137 exit code is currently flagged as OOM in fn-agent, therefore functions should not be allowed to exit with 137 themselves.

skinowski avatar Sep 08 '18 01:09 skinowski

I would say functions should not be able to exit with any code at all. It doesn't seem useful to stop execution without producing a response. This also probably messes up Hot Functions.

rkaw92 avatar Jan 08 '19 14:01 rkaw92