globocom / functions

DEPRECATED: An Open Source Serverless Platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

implement execution timeout

wpjunior opened this issue · comments

When the function does not call res.send({...}) the request is blocked forever.

we need to avoid this cases, we should create a form to do it.