Skip to content

1.6.9 release

Compare
Choose a tag to compare
@qq254963746 qq254963746 released this 29 Jul 02:59
· 82 commits to master since this release

改版本主要是稳定和优化bugfix

  1. 取任务优先级,按任务设置的priority优先,再按triggerTime优先, 数据库的索引也会变
  2. lts_executable_job_queue_ (前缀)表名改为 lts_wjq_ (前缀), 缩短表名
  3. lts_feedback_job_queue_ (前缀)表名改为 lts_fjq_ (前缀), 缩短表名
  4. 增加exeSeqId, 用来识别每个执行周期
  5. 图表展示 fix 八个小时时区的问题
  6. 节点展示分页 bugfix
  7. 加入在JobClient 对一些参数的验证,譬如长度, performance Monitor Data report
  8. druid 参数设置bugfix
  9. 其他优化