From ccb183df747812808f7c0037653bbb8d55c820ed Mon Sep 17 00:00:00 2001 From: "xueli.xue" Date: Fri, 16 Jun 2017 12:04:03 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1a9dcc70..a053df1b 100644 --- a/README.md +++ b/README.md @@ -866,6 +866,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段 - 7、调度任务优先级; - 8、移除quartz依赖,重写调度模块:新增或恢复任务时将下次执行记录插入delayqueue,调度中心集群竞争分布式锁,成功节点批量加载到期delayqueue数据,批量执行。 - 9、任务线程轮空30次后自动销毁,降低低频任务的无效线程消耗。 +- 10、XxlJobLogger的日志多参数支持; ## 七、其他