vercel / fun

ƒun - Local serverless function λ development runtime
Apache License 2.0
482 stars 26 forks source link

Use the `tree-kill` module to shut down lambda functions #41

Closed TooTallNate closed 4 years ago

TooTallNate commented 4 years ago

In the past, it has been witnessed that bootstrap child processes remain alive even after fn.destroy() is invoked. The circumstances for when/why this happens is uncertain at this time, however we are using tree-kill in Now CLI as well to handle killing sub-tree child processes that builders create.