DistributedTaskScheduling / JobAdder

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

dispatcher: do not try to create a proxy for QUEUED jobs #163

Closed ammen99 closed 4 years ago

ammen99 commented 4 years ago

There work_machine is None, resulting in a crash. Instead, we can just ignore these jobs until they get scheduled.

Fixes #163