Quartz

Quartz是一个功能丰富的开源作业调度库,可以集成到几乎任何Java应用程序中。(A full-featured, Java-based, In-process job scheduler.)

Github stars Tracking Chart

Quartz是一个功能丰富的开源作业调度库,可以集成到几乎任何Java应用程序中 - 从最小的独立应用程序到最大的电子商务系统。 Quartz可以用来创建简单或复杂的计划来执行几十、几百甚至几十万个作业; 作业的任务被定义为标准的Java组件,可以执行几乎任何你可以编程他们做的事情。 Quartz Scheduler包括许多企业级功能,例如支持JTA事务和集群。

Quartz是可自由使用的,根据Apache 2.0许可证授权。

Overview

Name With Ownerquartz-scheduler/quartz
Primary LanguageJava
Program languageJava (Language Count: 3)
Platform
License:Apache License 2.0
Release Count32
Last Release Namev2.5.0-rc1 (Posted on )
First Release Namequartz-1.8.0 (Posted on )
Created At2016-03-07 14:05:37
Pushed At2024-04-01 02:58:53
Last Commit At
Stargazers Count6.1k
Watchers Count233
Fork Count1.9k
Commits Count849
Has Issues Enabled
Issues Count666
Issue Open Count63
Pull Requests Count180
Pull Requests Open Count11
Pull Requests Close Count161
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

== Quartz Scheduler

Quartz is a richly featured, open source job scheduling library that can be
integrated within virtually any Java application - from the smallest stand-alone
application to the largest e-commerce system.

See <<docs/index.adoc#,Full Documentation>>

Status of the build:
[link="https://dev.azure.com/TerracottaCI/quartz/_build/latest?definitionId=24"]
image::https://dev.azure.com/TerracottaCI/quartz/_apis/build/status/quartz-scheduler.quartz[Build Status]

== Quick Links

  • <<docs/license.adoc#>>
  • <<docs/changelog.adoc#>>
  • <<docs/downloads.adoc#>>
  • <<docs/quick-start-guide.adoc#>>
  • <<docs/configuration.adoc#>>
  • <<docs/contribute.adoc#>>
  • <<docs/build.adoc#>>
To the top