未验证 提交 f2a7fea7 编写于 作者: T Tboy 提交者: GitHub

Merge branch 'refactor-worker' into refactor-worker

......@@ -56,7 +56,6 @@ public class TaskKillProcessor implements NettyRequestProcessor {
doKill(killCommand);
}
/**
* kill task logic
*
......
......@@ -144,7 +144,6 @@ public class TaskExecuteThread implements Runnable {
// task result process
task.after();
responseCommand.setStatus(task.getExitStatus().getCode());
responseCommand.setEndTime(new Date());
logger.info("task instance id : {},task final status : {}", taskExecutionContext.getTaskInstanceId(), task.getExitStatus());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册