Skip to content

Revert "executor: try to kill any job process leading to a BORKED state"

Martin Roukala requested to merge executor_reliability_improvement into master

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.

Merge request reports