Commit 4719dd73 authored by vicotor's avatar vicotor

update

parent beb4e830
......@@ -395,7 +395,7 @@ func (wm *WorkerManager) manageWorker(worker *Worker) error {
"task": result.TaskId,
"worker addr": worker.workerAddr,
"success": result.IsSuccessed,
"result code": result.TaskResultCode,
"result code": result.TaskExecuteCode,
"duration": result.TaskExecuteDuration / 1000,
}).Info("got result from worker")
// verify result and make a new signature.
......
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