Skip to content

Commit

Permalink
更新RM
Browse files Browse the repository at this point in the history
  • Loading branch information
xueli.xue committed May 2, 2017
1 parent 19988f8 commit c6737af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -804,11 +804,12 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
- 6、登录拦截Redirect时获取项目名,解决非根据目录发布时跳转404问题;
#### 6.15 版本 V1.7.1 特性(Coding)
- 7、任务分片:一个任务被拆分成N个独立的任务单元,然后由分布式部署的执行器分别执行某一个或几个分片单元;
- 1、任务分片:一个任务被拆分成N个独立的任务单元,然后由分布式部署的执行器分别执行某一个或几个分片单元;
- 2、任务分片路由:分片采用一致性Hash算法计算出尽量稳定的分片顺序,即使注册机器存在波动也不会引起分批分片顺序大的波动;
#### TODO LIST
- 1、任务并行触发处理规则:串行调度队列(默认)、并行、忽略、覆盖
- 1、任务并行触发处理规则:单机串行队列(默认)、单机并行、串行忽略、单机覆盖
- 2、任务权限管理;
- 3、执行器,server启动,注册逻辑调整;
- 4、调度失败重试机制;
Expand Down

0 comments on commit c6737af

Please sign in to comment.