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
373d2217
authored
Jul 19, 2019
by
xuxueli
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
update document
parent
f7c2e5e8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
doc/XXL-JOB官方文档.md
pom.xml
doc/XXL-JOB官方文档.md
View file @
373d2217
## 《分
布式任务调度平台XXL-JOB》
## 《分
布式任务调度平台XXL-JOB》
...
...
@@ -1516,13 +1516,13 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
-
5、
[
ING
]
执行器服务端口与注册端口分离,支持docker动态随机端口;
-
6、登录界面取消默认填写的登录账号密码;
-
7、
[
ING
]
cron在线生成工具;
-
8、
[
ING
]
任务、执行器数据全量本地缓存;新增消息表广播通知
;
-
8、
执行器表属性调整,"顺序" 属性调整为整型,解决执行器数据较多时无法正确排序的问题
;
-
9、任务触发组件优化,预加载频率正常1s一次,当预加载轮空时主动休眠一个加载周期,动态降低加载频率从而降低DB压力;
-
10、注册监控线程优化,降低死锁几率;
-
11、调度组件优化:针对永远不会触发的Cron禁止配置和启动;任务Cron最后一次触发后再也不会触发时,比如一次性任务,主动停止相关任务;
-
12、任务列表交互优化,支持查看任务所属执行器的注册节点;
-
13、UI优化,任务列表和日志列表数据表格宽度比例调整,避免数据换行提升体验;
-
14、执行器表属性调整,"顺序" 属性调整为整型,解决执行器数据较多时无法正确排序的问题;
### TODO LIST
...
...
@@ -1557,6 +1557,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
-
29、批量调度:调度请求入queue,调度线程批量获取调度请求并发起远程调度;提高线程效率;
-
30、多语言执行器:约定跨语言通讯方案,以及通讯接口;
-
31、移除commons-exec,采用原生实现;
-
32、任务、执行器数据全量本地缓存;新增消息表广播通知;
## 七、其他
...
...
pom.xml
View file @
373d2217
...
...
@@ -39,7 +39,7 @@
<groovy.version>
2.5.7
</groovy.version>
<maven-source-plugin.version>
3.1.0
</maven-source-plugin.version>
<maven-javadoc-plugin.version>
3.1.
0
</maven-javadoc-plugin.version>
<maven-javadoc-plugin.version>
3.1.
1
</maven-javadoc-plugin.version>
<maven-gpg-plugin.version>
1.6
</maven-gpg-plugin.version>
<maven-war-plugin.version>
3.2.3
</maven-war-plugin.version>
</properties>
...
...
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