Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dc-java
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
huluobin
dc-java
Commits
a3ac62d6
Commit
a3ac62d6
authored
Mar 08, 2021
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
# 更新
parent
95ccfb7b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
QueueConsumerJob.java
...ver/src/main/java/com/bailuntec/job/QueueConsumerJob.java
+1
-1
job.properties
...show/show-auto-turnover/src/main/resources/job.properties
+3
-3
No files found.
data-show/show-auto-turnover/src/main/java/com/bailuntec/job/QueueConsumerJob.java
View file @
a3ac62d6
...
@@ -63,7 +63,7 @@ public class QueueConsumerJob implements SimpleJob {
...
@@ -63,7 +63,7 @@ public class QueueConsumerJob implements SimpleJob {
dcBaseQueue
.
setQueueType
(
2
);
dcBaseQueue
.
setQueueType
(
2
);
dcBaseQueue
.
setErrorMessage
(
e
.
getMessage
());
dcBaseQueue
.
setErrorMessage
(
e
.
getMessage
());
dcBaseQueue
.
setErrorStackTrace
(
Arrays
.
toString
(
e
.
getStackTrace
()));
dcBaseQueue
.
setErrorStackTrace
(
Arrays
.
toString
(
e
.
getStackTrace
()));
dcBaseQueueMapper
.
updateByPrimaryKey
(
dcBaseQueue
);
dcBaseQueueMapper
.
deleteByPrimaryKey
(
dcBaseQueue
.
getId
()
);
}
catch
(
Exception
ex
)
{
}
catch
(
Exception
ex
)
{
log
.
error
(
ex
.
getMessage
());
log
.
error
(
ex
.
getMessage
());
}
}
...
...
data-show/show-auto-turnover/src/main/resources/job.properties
View file @
a3ac62d6
...
@@ -13,9 +13,9 @@ NAME_SPACE=data-center
...
@@ -13,9 +13,9 @@ NAME_SPACE=data-center
#JOB_NAME_WEEK=show-auto-turnover-week
#JOB_NAME_WEEK=show-auto-turnover-week
#JOB_NAME_WEEK=0 0 10 ? * MON
#JOB_NAME_WEEK=0 0 10 ? * MON
JOB_NAME
=
show-auto-turnover7
1
JOB_NAME
=
show-auto-turnover7
2
#
JOB_CRON=0 0 3 * * ?
JOB_CRON
=
0 0 3 * * ?
JOB_CRON
=
0 27 10 * * ?
#
JOB_CRON=0 27 10 * * ?
SHARDING_TOTAL_COUNT
=
8
SHARDING_TOTAL_COUNT
=
8
JOB_NAME_NE_NORMAL
=
show-auto-turnover-ne-normal
JOB_NAME_NE_NORMAL
=
show-auto-turnover-ne-normal
...
...
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