quartz-scheduler/quartz

Code for Quartz Scheduler

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 1 minute ago
Added to GitGenius on September 9th, 2026
Created on March 7th, 2016
Open Issues & Pull Requests: 73 (+0)
GitHub issues: Enabled
Number of forks: 1,981
Total Stargazers: 6,754 (+0)
Total Subscribers: 231 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 41.3 days
Mean response time: 126.3 days
90th percentile: 387.9 days
Tracked items: 186

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "is:bug" is answered fastest, typically in about 2 weeks, while "needs:volunteer_contributor" waits about 6 months. Only 5% of issues opened in the past year have been closed. Three people close 83% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 57
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 560 days
Stale 30+ days: 55
Stale 90+ days: 48

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • is:bug (21)
  • is:enhancement (14)
  • needs:review (14)
  • needs:volunteer_contributor (14)
  • stale (14)
  • is:support (11)
  • is:feature (10)
  • in:doc (8)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Quartz Scheduler is a job scheduling library for Java applications that enables the execution of tasks at specified times or intervals.

The library solves the problem of scheduling recurring or one-time jobs within Java applications without requiring external services. It provides a rich feature set for defining, storing, and executing scheduled tasks. The approach centers on allowing developers to integrate scheduling directly into their applications, from small standalone programs to large enterprise systems, by embedding the scheduler as a library rather than relying on external scheduling infrastructure.

Quartz suits any Java project that needs to execute background tasks on a schedule, whether simple periodic jobs or complex scheduling workflows. It is particularly valuable for applications that want to avoid external dependencies for scheduling or need scheduling logic tightly coupled with application code. The project is appropriate for teams already committed to the Java ecosystem who prefer managing scheduling within their application rather than delegating it to separate systems.

The project maintains an active build pipeline with continuous integration checks. Development activity shows ongoing maintenance and integration with the broader Java ecosystem through its established community contribution processes.