Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
熊鹏飞
/
xxljob220
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
191d5cee
authored
Mar 12, 2016
by
xueli.xue
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
1、支持在线查看,执行器详细日志;
2、支持远程任务执行终止;
parent
eb413216
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
5 deletions
xxl-job-admin/src/main/webapp/static/js/joblog.index.1.js
xxl-job-client/src/main/java/com/xxl/job/client/handler/HandlerThread.java
xxl-job-admin/src/main/webapp/static/js/joblog.index.1.js
View file @
191d5cee
...
...
@@ -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
){
...
...
xxl-job-client/src/main/java/com/xxl/job/client/handler/HandlerThread.java
View file @
191d5cee
...
...
@@ -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
++;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment