History for xxl-job-dm / xxl-job-admin / src / main / java
2017-06-29
降低回调频率提升执行器性能
xuxueli committed on 29 Jun 2017
任务线程轮空30次后自动销毁,降低低频任务的无效线程消耗。
xuxueli committed on 29 Jun 2017
2017-06-27
路由策略代码重构;
xuxueli committed on 27 Jun 2017
路由策略新增 "忙碌转移" 模式:按照顺序依次进行空闲检测,第一个空闲检测成功的机器选定为目标执行器并发起调度;
xuxueli committed on 27 Jun 2017
2017-05-24
任务Cron更新逻辑优化,改为rescheduleJob,同时防止cron重复设置;
xueli.xue committed on 24 May 2017
2017-05-11
新建任务默认为正常状态
xueli.xue committed on 11 May 2017
底层优化
xueli.xue committed on 11 May 2017
2017-05-10
执行器与数据库彻底解耦,但是执行器需要配置调度中心集群地址。调度中心提供API供执行器回调和心跳注册服务,取消调度中心内部jetty,心跳周期调整为30s,心跳失效为三倍心跳;
xueli.xue committed on 10 May 2017
2017-05-09
阻塞处理策略
xueli.xue committed on 9 May 2017
阻塞处理策略
xueli.xue committed on 9 May 2017
阻塞处理策略
xueli.xue committed on 9 May 2017
失败处理策略
xueli.xue committed on 9 May 2017
- 1、阻塞处理策略:调度过于密集执行器来不及处理时的处理策略,策略包括:单机串行(默认)、丢弃后续调度、覆盖之前调度; ...
xueli.xue committed on 9 May 2017
2017-05-08
任务运行模式属性改为只读;
xueli.xue committed on 8 May 2017
日志清理功能
xueli.xue committed on 8 May 2017
2017-05-02
别字fix
xueli.xue committed on 2 May 2017
2017-04-27
脚本任务,底层逻辑调整
xueli.xue committed on 27 Apr 2017
shell脚本"\r"问题fix
xueli.xue committed on 27 Apr 2017
登陆拦截,Redirect时获取项目名,解决非根据目录发布时调整404问题;
xueli.xue committed on 27 Apr 2017
2017-04-26
执行器移除GlueLoader依赖,GLUE源码改为推送方式;
xueli.xue committed on 26 Apr 2017
1、GLUE版本逻辑调整;
xueli.xue committed on 26 Apr 2017
1、底层表结构调整,为脚本任务做准备; ...
xueli.xue committed on 26 Apr 2017
2017-04-25
路由策越优化:循环和LFU路由策略计数器自增无上限问题和首次路由压力集中在首台机器的问题修复;
xueli.xue committed on 25 Apr 2017
调度报表
xueli.xue committed on 25 Apr 2017
调度报表
xueli.xue committed on 25 Apr 2017
2017-04-24
调度报表
xueli.xue committed on 24 Apr 2017
新增调度,仪表盘
xueli.xue committed on 24 Apr 2017
JobHandler支持自定义回调结果;
xueli.xue committed on 24 Apr 2017
资源路径包含空格或中文时,资源文件加载不到的问题修复。From github:zhangqunshi
xueli.xue committed on 24 Apr 2017
2017-03-25
更新RM
xueli.xue committed on 25 Mar 2017