DistributedTaskScheduling / JobAdder

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

Periodic rescheduling of jobs #132

Open ammen99 opened 4 years ago

ammen99 commented 4 years ago

In our algorithm, the jobs' effective priority changes with time. So we should periodically run the scheduler even without changes in the database, since some jobs might have become urgent.

I think this is relatively low-prio task since this would matter if we leave the system running for like 6-8 hours without any new jobs coming, and IIRC Florian mentioned the average runtime of tasks is like 6 hours so our algorithm will be re-triggered again.