Closed al-niessner closed 1 year ago
Containers vanish without sending a signal to the scheduler that they have vanished which in turn blocks the scheduler. Can the loss be detected by the foreman? If so, the foreman should forget that worker (fire them) and do the job again.
Seems that adding --init to the docker run of the workers has alleviated if not fixed the problem.
--init
Containers vanish without sending a signal to the scheduler that they have vanished which in turn blocks the scheduler. Can the loss be detected by the foreman? If so, the foreman should forget that worker (fire them) and do the job again.