Remove useless check that prevent run machine occupancy checks and leads to premature end of task.
Change machine's "busy" state to ternary: busy, free, unknown. If state is unknown and task is assigned to the machine, then run occupancy check before results download. This allows to survive daemon restarts.
Remove useless check that prevent run machine occupancy checks and leads to premature end of task.
Change machine's "busy" state to ternary: busy, free, unknown. If state is unknown and task is assigned to the machine, then run occupancy check before results download. This allows to survive daemon restarts.