History for xxl-job-dm / xxl-job-admin / src / main / java
2018-11-03
子任务失败重试重试逻辑优化,子任务失败时将会按照其预设的失败重试次数主动进行重试
xuxueli committed on 3 Nov 2018
2018-11-02
- 任务状态优化,仅运行状态"NORMAL"任务关联至quartz,降低quartz底层数据存储与调度压力; ...
xuxueli committed on 2 Nov 2018
2018-11-01
- 组件化优化,移除对 spring 的依赖:非spring应用选用 "XxlJobExecutor" 、spring应用选用 "XxlJobSpringExecutor" 作为执行器组件; ...
xuxueli committed on 1 Nov 2018
2018-10-28
- 1、调度中心迁移到 springboot; ...
xuxueli committed on 28 Oct 2018
迁移 springboot
xuxueli committed on 28 Oct 2018
2018-10-27
任务新增的API服务接口返回任务ID,方便调用方实用;
xuxueli committed on 27 Oct 2018
2018-10-19
新增Job接口需要返回Job ID
Yihua Cai committed on 19 Oct 2018
2018-10-05
更新RM
xuxueli committed on 5 Oct 2018
Merge pull request #480 from uliian/master ...
许雪里 authored on 5 Oct 2018 GitHub committed on 5 Oct 2018
更新RM
xuxueli committed on 5 Oct 2018
2018-09-24
项目依赖全量升级至较新稳定版本,如spring、Jackson、groovy等等;
xuxueli committed on 24 Sep 2018
Merge pull request #493 from xiezirunpuzzled/patch-1 ...
许雪里 authored on 24 Sep 2018 GitHub committed on 24 Sep 2018
任务监控线程Log输出优化,运行中任务的监控Log改为debug级别,减少非核心日志量;
xuxueli committed on 24 Sep 2018
任务执行日志、调度日志字段类型调整,改为text类型并取消字数限制;
xuxueli committed on 24 Sep 2018
2018-09-23
线程优化调整
xuxueli committed on 23 Sep 2018
任务触发时支持动态传参,调度中心与API服务均提供提供动态参数功能
xuxueli committed on 23 Sep 2018
分片任务失败重试优化,仅重试当前失败的分片;
xuxueli committed on 23 Sep 2018
分片任务失败重试优化,仅重试当前失败的分片;
xuxueli committed on 23 Sep 2018
文案调整
xuxueli committed on 23 Sep 2018
任务调度模块,底层代码重构
xuxueli committed on 23 Sep 2018
任务触发逻辑代码重构
xuxueli committed on 23 Sep 2018
2018-09-22
调度触发线程池配置优化
xuxueli committed on 22 Sep 2018
调度中心提供API服务,支持通过API服务对任务进行查询、新增、更新、启停等操作;
xuxueli committed on 22 Sep 2018
2018-09-16
代码重构
xuxueli committed on 16 Sep 2018
执行器注册方式切换优化,切换自动注册时主动同步在线机器,避免执行器为空的问题;
xuxueli committed on 16 Sep 2018
2018-09-14
告警邮件发送内容为空 ...
谢滋润 authored on 14 Sep 2018 GitHub committed on 14 Sep 2018
2018-08-22
添加配置参数校验
uliian committed on 22 Aug 2018
2018-08-19
文案调整
xuxueli committed on 19 Aug 2018
任务调度备注中标注任务触发类型,如Cron触发、父任务触发、API触发等等,方便排查调度日志;
xuxueli committed on 19 Aug 2018
任务调度备注中标注任务触发类型,如Cron触发、父任务触发、API触发等等,方便排查调度日志;
xuxueli committed on 19 Aug 2018