Commit 6d365fda authored by vicotor's avatar vicotor

update

parent 4fb25652
......@@ -328,8 +328,9 @@ func (wm *WorkerManager) manageWorker(worker *Worker) error {
worker.recentTask.Remove(result.TaskId)
_ = wm.AddWorkerSingle(worker)
wm.Payment(task)
if task.TaskKind != odysseus.TaskKind_StandardTask {
wm.Payment(task)
}
return true
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment