From 90e486695c078fd7b7a2a502b4c6277e4773270c Mon Sep 17 00:00:00 2001 From: "xueli.xue" Date: Sat, 8 Oct 2016 19:57:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0RM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d63a9103..2193134e 100644 --- a/README.md +++ b/README.md @@ -685,13 +685,14 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段 - 8、"调度中心"自动注册和发现,failover: 调度中心周期性自动注册, 任务回调时可以感知在线的所有调度中心地址, 通过failover的方式进行任务回调,避免回调单点风险。 #### 规划中 -- 1、任务执行规则自定义:假如前一个任务正在执行,后续调度执行规则支持自定义; +- 1、集群执行器选择规则自定义:选择第一个,或者随机等; +- 2、任务执行规则自定义:假如前一个任务正在执行,后续调度执行规则支持自定义; 串行(默认,当前逻辑):后续调度入调度队列; 并行:后续调度并行执行; Pass:后续调度被Pass; -- 2、兼容oracle; -- 3、后续优化:在线修改密码, -- 4、支持脚本JOB, 即shell/python/php等, glue实现; +- 3、兼容oracle; +- 4、后续优化:在线修改密码, +- 5、支持脚本JOB, 即shell/python/php等, glue实现; ## 七、其他 -- GitLab