2020-11-05 |
任务下次运行时间优化:支持Cron、固定间隔等多种时间计算。
xueli.xue
committed
on 5 Nov 2020
|
---|---|
- 3、【新增】新增任务辅助工具 "XxlJobHelper",提供统一任务辅助能力,包括:任务上下文信息维护获取(任务参数、任务ID、分片参数)、日志输出、任务结果设置……等;
...
xueli.xue
committed
on 5 Nov 2020
|
|
2020-11-02 |
upgrade
xueli.xue
committed
on 2 Nov 2020
|
2020-10-30 |
任务调度生命周期重构:调度(schedule)、触发(trigger)、执行(handle)、回调(callback)、后处理(posthandle);
xueli.xue
committed
on 30 Oct 2020
|
|
|
任务触发参数优化
xueli.xue
committed
on 30 Oct 2020
|
|
执行器注册组件优化:注册逻辑调整为异步方式,提高注册性能;
xueli.xue
committed
on 30 Oct 2020
|
|
调度中心页面交互优化:用户管理模块密码列取消;多处表达autocomplete取消;执行器管理模块XSS拦截校验等;
xueli.xue
committed
on 30 Oct 2020
|
|
2020-10-29 |
调度强化
xueli.xue
committed
on 29 Oct 2020
|
- 19、[ING]任务触发参数优化:支持选择 "Cron触发"、"固定间隔时间触发"、"指定时间点触发"、"不选择" 等;
...
xueli.xue
committed
on 29 Oct 2020
|
|
- 19、[ING]任务触发参数优化:支持选择 "Cron触发"、"固定间隔时间触发"、"指定时间点触发"、"不选择" 等;
...
xueli.xue
committed
on 29 Oct 2020
|
|
调度中心组件加载顺序优化,修复极端情况下调度组件初始慢导致的调度失败问题
xueli.xue
committed
on 29 Oct 2020
|
|
2020-10-28 |
执行器注册表字段优化,解决执行器注册节点过多导致注册信息存储和更新失败的问题;
xueli.xue
committed
on 28 Oct 2020
|
2020-08-11 |
轮训路由策略优化,修复小概率下并发问题;
xuxueli
committed
on 11 Aug 2020
|
2020-08-05 |
fix ExecutorRouteRound count++ concurrency problems, use AtomicInteger replace Integer
jinghui.lin
committed
on 5 Aug 2020
|
2020-07-02 |
PR
xuxueli
committed
on 2 Jul 2020
|
Merge pull request #1791 from sunchaser-lilu/f-1789
...
许雪里
authored
on 2 Jul 2020
GitHub
committed
on 2 Jul 2020
|
|
2020-06-29 |
second commit #1789 update JobRegistryMonitorHelper.java, replace String with StringBuilder
lilu
committed
on 29 Jun 2020
|
2020-06-17 |
解决 "https" redirect之后跳转 "http" 问题
zhaolong@sunlands.com
committed
on 17 Jun 2020
|
2020-05-21 |
Merge pull request #1649 from jacobslei/master
...
许雪里
authored
on 21 May 2020
GitHub
committed
on 21 May 2020
|
邮箱告警配置优化:将"spring.mail.from"与"spring.mail.username"属性拆分开,更加灵活的支持一些无密码邮箱服务;
xuxueli
committed
on 21 May 2020
|
|
2020-05-16 |
issue#1690
Jim Cen
committed
on 16 May 2020
|
2020-05-04 |
fixed: handler 可能为非HandlerMethod 类型的异常
jacobs
committed
on 4 May 2020
|
2020-04-14 |
update document
xuxueli
committed
on 14 Apr 2020
|
2020-04-12 |
update rm
xuxueli
committed
on 12 Apr 2020
|
update rm
xuxueli
committed
on 12 Apr 2020
|
|
调度中心与执行器通讯规范为双向restful,方便跨语言,以及第三方执行器实现;通讯组件xxl-rpc方案调整为Jetty+Gson方案;
xuxueli
committed
on 12 Apr 2020
|
|
调度中心与执行器通讯规范为双向restful,方便跨语言,以及第三方执行器实现;通讯组件xxl-rpc方案调整为Jetty+Gson方案;
xuxueli
committed
on 12 Apr 2020
|
|
2020-04-11 |
调度中心与执行器通讯规范为双向restful,方便跨语言,以及第三方执行器实现;通讯组件xxl-rpc方案调整为Jetty+Gson方案;
xuxueli
committed
on 11 Apr 2020
|
一致性哈希路由策略优化:默认虚拟节点数量调整为100,提高路由的均衡性;
xuxueli
committed
on 11 Apr 2020
|