DistributedTaskScheduling / JobAdder

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

main: reset scheduler callback when doing cleanup #178

Closed ammen99 closed 4 years ago

ammen99 commented 4 years ago

Otherwise, we may try to schedule more jobs as resources are freed.

I just noticed this, even though I don't have a test to reproduce.