2019-11-01 |
Merge pull request #1211 from qinnnyul/refactor-extract-common-method
...
许雪里
authored
on 1 Nov 2019
GitHub
committed
on 1 Nov 2019
|
---|---|
2019-10-26 |
use junit test to replace main() for testing
ylqin
committed
on 26 Oct 2019
|
extract method to avoid duplicated codes
ylqin
committed
on 26 Oct 2019
|
|
2019-10-25 |
update document
xuxueli
committed
on 25 Oct 2019
|
update document
xuxueli
committed
on 25 Oct 2019
|
|
Merge pull request #1196 from Z-Beatles/hotfix-1022
...
许雪里
authored
on 25 Oct 2019
GitHub
committed
on 25 Oct 2019
|
|
Merge pull request #1207 from hb407033/master
...
许雪里
authored
on 25 Oct 2019
GitHub
committed
on 25 Oct 2019
|
|
2019-10-24 |
解决任务重试时参数丢失的问题
houbin
committed
on 24 Oct 2019
|
2019-10-22 |
移除重复的子任务ID拼接
Z-Beatles
committed
on 22 Oct 2019
|
Cron下次执行时间查询:支持通过界面在线查看后续连续5次执行时间
xuxueli
committed
on 22 Oct 2019
|
|
Cron在线生成工具:任务新增、编辑框通过组件在线生成Cron表达式
xuxueli
committed
on 22 Oct 2019
|
|
2019-10-21 |
update document
xuxueli
committed
on 21 Oct 2019
|
2019-09-26 |
update document
xuxueli
committed
on 26 Sep 2019
|
2019-08-30 |
unregister fast
WEIZIBIN
committed
on 30 Aug 2019
|
2019-07-25 |
DB重连优化,修复DB宕机重连后任务调度停止的问题,重连后自动加入调度集群触发任务调度;
xuxueli
committed
on 25 Jul 2019
|
2019-07-19 |
update document
xuxueli
committed
on 19 Jul 2019
|
任务触发组件优化,预加载频率正常1s一次,当预加载轮空时主动休眠一个加载周期,动态降低加载频率从而降低DB压力;
xuxueli
committed
on 19 Jul 2019
|
|
2019-07-18 |
任务触发组件优化,常规1s预加载一次,预加载轮空时主动休眠4s,降低加载频率以及对DB压力;
xuxueli
committed
on 18 Jul 2019
|
任务触发组件优化,常规1s预加载一次,预加载轮空时主动休眠4s,降低加载频率以及对DB压力;
xuxueli
committed
on 18 Jul 2019
|
|
任务列表交互优化,支持查看任务所属执行器的注册节点;
xuxueli
committed
on 18 Jul 2019
|
|
Bean 初始化顺序调整
xuxueli
committed
on 18 Jul 2019
|
|
2019-07-16 |
调度组件优化:针对永远不会触发的Cron禁止配置和启动;任务Cron最后一次触发后再也不会触发时,比如一次性任务,主动停止相关任务;
xuxueli
committed
on 16 Jul 2019
|
注册监控线程优化,降低死锁几率;
xuxueli
committed
on 16 Jul 2019
|
|
2019-07-06 |
代码优化,ConcurrentHashMap变量类型改为ConcurrentMap,避免因不同版本实现不同导致的兼容性问题;
xuxueli
committed
on 6 Jul 2019
|
注解调整
xuxueli
committed
on 6 Jul 2019
|
|
调度线程优化,避免异常无法commit导致锁表;
xuxueli
committed
on 6 Jul 2019
|
|
调度线程优化,避免异常无法commit导致锁表;
xuxueli
committed
on 6 Jul 2019
|
|
任务日志主键调整为long,防止海量日志情况下数据溢出;
xuxueli
committed
on 6 Jul 2019
|
|
2019-07-03 |
修复 xxl_job_log 主键id类型为 bigint(20) , 防止 int(11) 位溢出导致调度任务不能正常调度。
bwh
committed
on 3 Jul 2019
|
2019-06-20 |
update document
xuxueli
committed
on 20 Jun 2019
|