XXL-JOB是一个分布式任务调度平台,其核心设计目标是开发迅速、学习简单、轻量级、易扩展。现已开放源代码并接入多家公司线上产品线,开箱即用。
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.
Go to file
xuxueli 9c79179513
Create README.md
9 years ago
branch-dianping Create README.md 9 years ago
doc/db
xxl-job-admin
LICENSE
README.md
pom.xml

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