You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xxl-job/README.md

616 B

分布式任务调度框架xxl-job

github地址https://github.com/xuxueli/xxl-job

git.osc地址http://git.oschina.net/xuxueli0323/xxl-job

博客地址(内附使用教程)http://www.cnblogs.com/xuxueli/p/5021979.html

基于quartz封装实现的的集群任务调度管理平台

1、简单支持通过Web页面对任务进行CRUD操作操作简单一分钟上手
2、动态支持动态修改任务状态动态暂停/恢复任务,即时生效.
3、集群任务信息持久化到mysql中支持Job服务器集群(高可用),一个任务只会在其中一台服务器上执行