Skip to content

v0.3.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jun 16:18

This release actually improves cleanup for child processes that are killed by Process Control because the system is coming down.

Previously, on some Unix systems, these terminated processes could become zombies and subprocesses of those processes would never be cleaned up. Processes are now managed via process groups, which are now explicitly killed to reclaim their resources and avoid this state.