Handle the case where a process is SIGKILL
ed
#85
Labels
enhancement
New feature or request
Milestone
SIGKILL
ed
#85
I have a case with the NCI work where my
taskgraph
-based pipeline is exhausting the available memory and linux'soom-killer
is effectivelykill -9
ing the process. When this happens:Process
es the same as what thePool
expects at all times. The new process started has a different PID.Task
was killed, theself.task_done_executing
event is never set, which means that the graph hangs indefinitely.The behaviorally consistent thing to do here might just be to terminate the graph when we detect that a process has been killed.
I'm labeling this as an enhancement because it's new behavior and because the workaround here is to just not exhaust the memory I'm allowed.
The text was updated successfully, but these errors were encountered: