Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@rowstop rowstop released this 18 Jul 03:22
· 12 commits to master since this release

基于 Redisson 的延迟队列实现的分布式定时任务

  1. 新增支持 cron 表达式定时任务
  2. 优化任务创建方式
  3. 增加清空任务功能
<dependency>
    <groupId>top.rows.cloud.owl.job</groupId>
    <artifactId>owl-job-core</artifactId>
    <version>1.1.0</version>
</dependency>

Springboot 项目

<dependency>
    <groupId>top.rows.cloud.owl.job</groupId>
    <artifactId>owl-job-spring-boot-starter</artifactId>
    <version>1.1.0</version>
</dependency>