fortinet / alicloud-aa-egress-route-failover

AA Egress route failover for AliCloud
4 stars 2 forks source link

Fix timeout error #14

Closed Joel-Cripps closed 4 years ago

Joel-Cripps commented 4 years ago

Fixes invocation failure notices that are triggered by a timeouts.

Event(timer trigger) functions, must return a callback(null.sometext)

Http functions can return a response.setStatus(200/500) and then return the status as a buffer object. response.send("")