Revert "executor: try to kill any job process leading to a BORKED state"
This reverts commit 221cb0cb which introduced a race condition: The executor job process starts by first acquiring the lock, then starts flask. If we were to test for IDLEness of a machine between these two events, the job process would get instantly killed...
We'll have to rework this commit if the need arises.