DistributedTaskScheduling / JobAdder

Source code of the JobAdder project
GNU General Public License v3.0
2 stars 1 forks source link

dispatcher: sort jobs before dispatching #186

Closed ammen99 closed 4 years ago

ammen99 commented 4 years ago

This makes sure we have no races between cancelled and newly started jobs, as well as that we first pause before starting jobs on a machine.

Fixes #174

ammen99 commented 4 years ago

I'll revert my commit...

I didn't know when you'll be back online I already rebased your branch on top of this one and fixed some review comments, check out timeout-2