Distributed scheduled job
新一代分布式任务调度与计算框架,支持CRON、API、固定频率、固定延迟等调度策略,提供工作流来编排任务解决依赖关系
Cron utils for parsing, validations and human readable descriptions as well as date/time interoperability.
Quartz 的Cron任务调度表达式一般人很难理解,在Googole上查询也没有发现类似的代码,所以开发了一个对Quartz Cron 表达式的可视化双向解析和生成的一个java的GUI程序,供使用Quartz的程序员参考和使用.
Java Parser For Cron Expressions
Scheduling / Quartz integration for Dropwizard
A simple Java Scheduler library with a minimal footprint and a straightforward API
Java tools, helper, common utilities. A replacement of guava, apache-commons, hutool
Schedule Conductor workflow is a scheduler as a service that runs in the cloud with Netflix conductor embedded in it. It runs as an extension module of conductor.
A Java library that converts cron expressions into human readable descriptions
An abstraction of cron-utils for the vertx scheduler
java library for parsing crontab expressions and calculating the next run time
定时器,自定义corn表达式,动态配置Spring定时器执行。支持添加定时任务、取消定时任务、重置定时任务执行时间
This Repository consist of all the webservices needed for generating cron expression for cron jobs.Generated expressions are based on Quartz cron format.
java spring项目开发脚手架,主要用于学习和技术调研. 涉及的相关技术(spring + springboot + gradle项目构建 + mybatisplus + redis + HikariCP数据源 + 定时任务 + aop切面 + 自定义filter + 自定义拦截器 + 阿里云对象存储oss + kafka消息队列 + 认证授权shiro + scala和java混合编程 +...