提交 191d5cee authored 作者: xueli.xue's avatar xueli.xue

1、支持在线查看,执行器详细日志;

2、支持远程任务执行终止;
上级 eb413216
...@@ -196,11 +196,7 @@ $(function() { ...@@ -196,11 +196,7 @@ $(function() {
ComConfirm.show("确认主动终止任务?", function(){ ComConfirm.show("确认主动终止任务?", function(){
$.ajax({ $.ajax({
type : 'POST', type : 'POST',
<<<<<<< HEAD
url : base_url + 'joblog/logKill', url : base_url + 'joblog/logKill',
=======
url : base_url + 'joblog/ferrariJobKill',
>>>>>>> branch 'master' of https://github.com/xuxueli/xxl-job.git
data : {"id":_id}, data : {"id":_id},
dataType : "json", dataType : "json",
success : function(data){ success : function(data){
......
...@@ -97,7 +97,7 @@ public class HandlerThread extends Thread{ ...@@ -97,7 +97,7 @@ public class HandlerThread extends Thread{
} catch (Exception e) { } catch (Exception e) {
logger.info("HandlerThread Exception:", e); logger.info("HandlerThread Exception:", e);
} }
logger.info("<<<<<<<<<<< xxl-job thread handle, handlerData:{}, callback_status:{}, callback_msg:{}, callback:{}, thread:{}", logger.info(">>>>>>>>>>> xxl-job thread handle, handlerData:{}, callback_status:{}, callback_msg:{}, callback:{}, thread:{}",
new Object[]{handlerData, _status, _msg, callback, this}); new Object[]{handlerData, _status, _msg, callback, this});
} else { } else {
i++; i++;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论