Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run Function Executor process in its own process group on POSIX systems
This allows us to kill all processes in Function Executor process group instead of only killing the Function Executor process. This addresses the use case when customer code forks processes. We now clean up the forked processes too. Testing: make check make test
- Loading branch information