Worker set_task_weight exception
alexandrevicenzi opened this issue · 1 comments
alexandrevicenzi commented
set_task_weight
from kobo/hub/xmlrpc/worker.py
fails because it uses task.setWeight
which is not implemented on Task
model.
alexandrevicenzi commented
Fixed by #74.