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

2、支持远程任务执行终止;
This commit is contained in:
xueli.xue 2016-03-12 22:53:48 +08:00
parent eb4132167e
commit 191d5ceeb3
2 changed files with 1 additions and 5 deletions

View File

@ -196,11 +196,7 @@ $(function() {
ComConfirm.show("确认主动终止任务?", function(){
$.ajax({
type : 'POST',
<<<<<<< HEAD
url : base_url + 'joblog/logKill',
=======
url : base_url + 'joblog/ferrariJobKill',
>>>>>>> branch 'master' of https://github.com/xuxueli/xxl-job.git
data : {"id":_id},
dataType : "json",
success : function(data){

View File

@ -97,7 +97,7 @@ public class HandlerThread extends Thread{
} catch (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});
} else {
i++;