ClusterRunner icon indicating copy to clipboard operation
ClusterRunner copied to clipboard

Support terminate ClusterRunner on Windows cleanly

Open uvdn7 opened this issue 10 years ago • 1 comments

Registering signal handler for SIGTERM on Windows doesn't work, so we need a way to terminate Windows processes cleanly. Otherwise, it could lead to corrupted git repo if we kill the process in the middle of a git operation.

uvdn7 avatar Jun 17 '15 21:06 uvdn7

To be more specific, I was unable to get this working while running a python script via git bash on windows.

josephharrington avatar Jun 17 '15 23:06 josephharrington