node-tree-kill
node-tree-kill copied to clipboard
kill trees of processes
Hello, Trying to use this module for killing a process tree in Docker that is built on Alpine image. Unfortunately, the module fails to create a process tree, since `ps`...
Hi, thanks for your helpful module! This is a feature request. Can we have `sync` mode so I can correctly block my other code executions while using? For example: ```js...
Your package name shows up in our corp inclusive language scanner because of the word "kill". Please consider changing the name and deprecating the old package The scanner included the...
I spawn a python Process in my Electron App. On the python process runs a Flask server. In my Electron App I spawn the Python process with ``` const {...
Use the default pgrep, available since os x mountain lion. proctools' pgrep does not implement `-P` correctly, returns unrelated processes, breaks tree-kill's assumption, and may cause a large number of...
Is tree kill meant to kill all child processes? Even if they are docker processes? I am trying to kill a child process that runs docker commands but kill tree...
Semi-related to https://github.com/pkrumins/node-tree-kill/issues/29 We recently ran into `tree-kill` failures because AWS Lambda's Linux container ([Amazon Linux 2](https://aws.amazon.com/amazon-linux-2/)) does not have `ps`. I was able to work around this by detecting...
In some cases I want to kill a child process spawned from node, but even if I use this package giving the process's PID number, the process lives happily and...