提交 db8df9dd 编写于 作者: 许雪里's avatar 许雪里

任务结果丢失处理:调度记录停留在 "运行中" 状态超过10min,且对应执行器心跳注册失败不在线,则将本地调度主动标记失败;

上级 c4f51ba2
......@@ -72,12 +72,12 @@ public class JobLosedMonitorHelper {
}
logger.info(">>>>>>>>>>> xxl-job, job fail monitor thread stop");
logger.info(">>>>>>>>>>> xxl-job, JobLosedMonitorHelper stop");
}
});
monitorThread.setDaemon(true);
monitorThread.setName("xxl-job, admin JobFailMonitorHelper");
monitorThread.setName("xxl-job, admin JobLosedMonitorHelper");
monitorThread.start();
}
......
......@@ -155,7 +155,7 @@
SET
`handle_time`= #{handleTime},
`handle_code`= #{handleCode},
`handle_msg`= #{handleMsg}
`handle_msg`= #{handleMsg}
WHERE `id`= #{id}
</update>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册