分布式任务调度平台
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.
 
 
 
 
xueli.xue db65a9bc6c Merge branch 'master' of https://github.com/xuxueli/xxl-job.git 9 years ago
doc/db init 9 years ago
xxl-job-admin clean project 9 years ago
LICENSE clean project 9 years ago
README.md init 9 years ago
pom.xml init 9 years ago

README.md

分布式任务调度框架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服务器集群(高可用),一个任务只会在其中一台服务器上执行