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
fe42c1fe
authored
Nov 24, 2019
by
xuxueli
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
192.168.99.100
parent
ac517b2d
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
9 deletions
doc/XXL-JOB官方文档.md
xxl-job-executor-samples/xxl-job-executor-sample-frameless/src/main/resources/xxl-job-executor.properties
xxl-job-executor-samples/xxl-job-executor-sample-jboot/src/main/resources/jboot.properties
xxl-job-executor-samples/xxl-job-executor-sample-jfinal/src/main/resources/xxl-job-executor.properties
xxl-job-executor-samples/xxl-job-executor-sample-nutz/src/main/resources/xxl-job-executor.properties
xxl-job-executor-samples/xxl-job-executor-sample-spring/src/main/resources/xxl-job-executor.properties
xxl-job-executor-samples/xxl-job-executor-sample-springboot/src/main/resources/application.properties
doc/XXL-JOB官方文档.md
View file @
fe42c1fe
## 《分
布式任务调度平台XXL-JOB》
## 《分
布式任务调度平台XXL-JOB》
...
...
@@ -1591,7 +1591,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
### 6.26 版本 v2.1.1 Release Notes[回归测试中,即将发布]
-
1. Cron在线生成工具:任务新增、编辑框通过组件在线生成Cron表达式;
-
2. Cron下次执行时间查询:支持通过界面在线查看后续连续5次执行时间;
-
3. 调度中心日志自动清理功能:调度中心新增配置项("xxl.job.logretentiondays")日志保存天数,过期日志自动清理;解决海量日志情况下日志表慢SQL问题;限制大于等于7时生效,否则关闭清理功能,默认为30;
-
3. 调度中心日志自动清理功能
(至此,调度中心/执行器均支持日志自动清理,过期天数均默认设置为30天)
:调度中心新增配置项("xxl.job.logretentiondays")日志保存天数,过期日志自动清理;解决海量日志情况下日志表慢SQL问题;限制大于等于7时生效,否则关闭清理功能,默认为30;
-
4. 调度报表优化:新增日志报表的存储表,三天内的任务日志会以每分钟一次的频率异步同步至报表中;任务报表仅读取报表数据,极大提升加载速度;
-
5. 调度中心新增应用健康检查功能,借助“spring-boot-starter-actuator”,相对地址 “/actuator/health”;
-
6. DB脚本默认编码改为utf8mb4,修复字符乱码问题(建议Mysql版本5.7+);
...
...
xxl-job-executor-samples/xxl-job-executor-sample-frameless/src/main/resources/xxl-job-executor.properties
View file @
fe42c1fe
...
...
@@ -12,4 +12,4 @@ xxl.job.accessToken=
### xxl-job log path
xxl.job.executor.logpath
=
/data/applogs/xxl-job/jobhandler
### xxl-job log retention days
xxl.job.executor.logretentiondays
=
-1
xxl.job.executor.logretentiondays
=
30
xxl-job-executor-samples/xxl-job-executor-sample-jboot/src/main/resources/jboot.properties
View file @
fe42c1fe
...
...
@@ -16,4 +16,4 @@ xxl.job.accessToken=
### xxl-job log path
xxl.job.executor.logpath
=
/data/applogs/xxl-job/jobhandler
### xxl-job log retention days
xxl.job.executor.logretentiondays
=
-1
\ No newline at end of file
xxl.job.executor.logretentiondays
=
30
\ No newline at end of file
xxl-job-executor-samples/xxl-job-executor-sample-jfinal/src/main/resources/xxl-job-executor.properties
View file @
fe42c1fe
...
...
@@ -12,4 +12,4 @@ xxl.job.accessToken=
### xxl-job log path
xxl.job.executor.logpath
=
/data/applogs/xxl-job/jobhandler
### xxl-job log retention days
xxl.job.executor.logretentiondays
=
-1
xxl.job.executor.logretentiondays
=
30
xxl-job-executor-samples/xxl-job-executor-sample-nutz/src/main/resources/xxl-job-executor.properties
View file @
fe42c1fe
...
...
@@ -12,4 +12,4 @@ xxl.job.accessToken=
### xxl-job log path
xxl.job.executor.logpath
=
/data/applogs/xxl-job/jobhandler
### xxl-job log retention days
xxl.job.executor.logretentiondays
=
-1
xxl.job.executor.logretentiondays
=
30
xxl-job-executor-samples/xxl-job-executor-sample-spring/src/main/resources/xxl-job-executor.properties
View file @
fe42c1fe
...
...
@@ -12,4 +12,4 @@ xxl.job.accessToken=
### xxl-job log path
xxl.job.executor.logpath
=
/data/applogs/xxl-job/jobhandler
### xxl-job log retention days
xxl.job.executor.logretentiondays
=
-1
xxl.job.executor.logretentiondays
=
30
xxl-job-executor-samples/xxl-job-executor-sample-springboot/src/main/resources/application.properties
View file @
fe42c1fe
...
...
@@ -19,4 +19,4 @@ xxl.job.accessToken=
### xxl-job log path
xxl.job.executor.logpath
=
/data/applogs/xxl-job/jobhandler
### xxl-job log retention days
xxl.job.executor.logretentiondays
=
-1
xxl.job.executor.logretentiondays
=
30
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