chore: update meessage

This commit is contained in:
engigu
2026-03-25 07:31:45 +08:00
parent 793947f868
commit a6d7677c98
8 changed files with 415 additions and 38 deletions
@@ -269,6 +269,8 @@ func (h *ServerSchedulerHandler) OnTaskCompleted(req *executor.ExecutionRequest,
"task_name": task.Name,
"status": result.Status,
"duration": result.Duration,
"output": result.Output,
"error": result.Error,
},
})
}
@@ -346,6 +348,7 @@ func (h *ServerSchedulerHandler) OnTaskFailed(req *executor.ExecutionRequest, er
"task_id": taskID,
"task_name": taskName,
"error": err.Error(),
"output": output,
},
})
}()