Release 35.10.1
·
71 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
- 🐞 Pull in batch-cluster v17.3.1: Fixed orphaned child processes after
end(). Whenend()was called (either explicitly or via thebeforeExithandler), the synchronousprocess.on("exit")SIGKILL backstop was removed before async cleanup completed. If the parent process exited before graceful termination finished, child processes survived as orphans. The fix snapshots live PIDs before cleanup begins and keeps the backstop registered until async teardown succeeds.