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
7bba1bd6
authored
Jan 16, 2016
by
xueli.xue
Committed by
931591021@qq.com
Jan 17, 2016
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
V1.2.x新特性
parent
474a5579
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
.gitignore
README.md
.gitignore
0 → 100644
View file @
7bba1bd6
/.settings/
/.project
README.md
View file @
7bba1bd6
...
@@ -17,7 +17,12 @@ git.osc地址:http://git.oschina.net/xuxueli0323/xxl-job
...
@@ -17,7 +17,12 @@ git.osc地址:http://git.oschina.net/xuxueli0323/xxl-job
7、支持任务执行日志;
7、支持任务执行日志;
8、支持自定义参数;
8、支持自定义参数;
# 新版本 V1.2.x :架构模块化 【开发中...】
# 新版本 V1.2.x,新特性
1、支持任务分组;
2、支持“本地任务”、“远程任务”;
3、支持“任务日志”;
4、支持“串行执行”,并行执行;
说明:V1.2版本将系统架构按功能拆分为:
说明:V1.2版本将系统架构按功能拆分为:
调度模块
[
xxl-job-admin
]
:负责管理调度信息,按照调度配置发出调度请求;
调度模块
[
xxl-job-admin
]
:负责管理调度信息,按照调度配置发出调度请求;
任务模块
[
xxl-job-client-demo
]
:负责接收调度请求并执行任务逻辑;任务模块可以方便的嵌入web项目,可以参考此demo;
任务模块
[
xxl-job-client-demo
]
:负责接收调度请求并执行任务逻辑;任务模块可以方便的嵌入web项目,可以参考此demo;
...
@@ -27,8 +32,6 @@ git.osc地址:http://git.oschina.net/xuxueli0323/xxl-job
...
@@ -27,8 +32,6 @@ git.osc地址:http://git.oschina.net/xuxueli0323/xxl-job
高扩展性;
高扩展性;
稳定性;
稳定性;
Tips:如果您追求一个简单调度服务,这里也提供了一个简洁分支
[
xxl-job-simple
]
,它针对旧版调度框架做了细微完善;
# 其他说明
# 其他说明
清楚僵尸任务:qrtz_cron_triggers、qrtz_triggers、qrtz_job_details顺序删除
清楚僵尸任务:qrtz_cron_triggers、qrtz_triggers、qrtz_job_details顺序删除
V1.2新增任务日志,记得执行“tables_xxl_log.sql”生成表结构
V1.2新增任务日志,记得执行“tables_xxl_log.sql”生成表结构
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