DistributedTaskScheduling / JobAdder

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

Dispatcher: first cancel/pause jobs, then start new ones #174

Closed ammen99 closed 4 years ago

ammen99 commented 4 years ago

Otherwise, the worker could temporarily start thrashing since both an old and a new preemptive task could run concurrently.

If we are left with time, we could do that since it is relatively easy, just need to sort the distribution so that cancel/pause is before the others.