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
17de6dc8
authored
Dec 31, 2015
by
xueli.xue
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
tips
parent
832c94d6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
xxl-job-client/src/main/java/com/xxl/job/client/handler/HandlerRepository.java
xxl-job-simple/src/main/resources/quartz.properties
xxl-job-client/src/main/java/com/xxl/job/client/handler/HandlerRepository.java
View file @
17de6dc8
...
@@ -111,7 +111,7 @@ public class HandlerRepository {
...
@@ -111,7 +111,7 @@ public class HandlerRepository {
String
_msg
=
""
;
String
_msg
=
""
;
// push data to queue
// push data to queue
String
_handleName
=
_param
.
get
(
HandlerRepository
.
handleName
);
String
_handleName
=
_param
.
get
(
HandlerRepository
.
handleName
);
int
_triggerLogId
=
Integer
.
valueOf
(
_param
.
get
(
HandlerRepository
.
triggerLogId
));
int
_triggerLogId
=
Integer
.
valueOf
(
_param
.
get
(
HandlerRepository
.
triggerLogId
));
// 次数应校验,停止队列功能为开发
try
{
try
{
if
(
_handleName
!=
null
&&
_handleName
.
trim
().
length
()>
0
)
{
if
(
_handleName
!=
null
&&
_handleName
.
trim
().
length
()>
0
)
{
IJobHandler
handler
=
handlerClassMap
.
get
(
_handleName
);
IJobHandler
handler
=
handlerClassMap
.
get
(
_handleName
);
...
...
xxl-job-simple/src/main/resources/quartz.properties
View file @
17de6dc8
...
@@ -18,7 +18,7 @@ org.quartz.jobStore.misfireThreshold: 60000
...
@@ -18,7 +18,7 @@ org.quartz.jobStore.misfireThreshold: 60000
#org.quartz.jobStore.class: org.quartz.simpl.RAMJobStore
#org.quartz.jobStore.class: org.quartz.simpl.RAMJobStore
# for cluster
# for cluster
#org.quartz.jobStore.tablePrefix = WED_qrtz
_
org.quartz.jobStore.tablePrefix
=
XXL_JOB_QRTZ
_
org.quartz.scheduler.instanceId
:
AUTO
org.quartz.scheduler.instanceId
:
AUTO
org.quartz.jobStore.class
:
org.quartz.impl.jdbcjobstore.JobStoreTX
org.quartz.jobStore.class
:
org.quartz.impl.jdbcjobstore.JobStoreTX
org.quartz.jobStore.isClustered
:
true
org.quartz.jobStore.isClustered
:
true
...
...
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