xuxueli/xxl-job
A distributed task scheduling framework.(分布式任务调度平台XXL-JOB) observed · 2026-08-28
Health v2 · maintenance only
89/100
- Activity 93
- Release rhythm 77
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 55
- age_days: 3931
- days_rel: 75
- days_push: 43
- n_releases_24m: 12
Adoption not part of the score
30493 stars · 11491 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
XXL-JOB is a lightweight distributed task scheduling platform written in Java, featuring a central admin console and executor clients that run scheduled jobs. It supports cron-based scheduling, failover, sharding, and RESTful job management, and is widely used in production.
Use cases
- schedule cron jobs across a distributed cluster
- replace quartz with a centralized job scheduler
- run scheduled background tasks with failover and retry
- manage and monitor scheduled jobs from a web admin console
- shard large batch jobs across multiple executors
- trigger tasks via REST API
When to choose
- you need centralized scheduling and monitoring of distributed jobs in a Java stack
- you want an out-of-the-box admin UI with sharding, failover, and retries
- you need cron-style or API-triggered tasks across many service instances
When to avoid
- you need a single-process in-app scheduler only
- your stack is not JVM-based
- you require a permissive license (it is GPL-3.0)
- you need heavy-duty workflow orchestration with complex DAG dependencies
Facets
framework · maturity stable
scheduling workflow-automation web-framework api-framework microservices backend developer-tools jvm self-hosted job-scheduler cron distributed-tasks quartz-alternative task-orchestration admin-console glue automation docker web-server
2 sources
- readme: https://github.com/xuxueli/xxl-job · fetched 2026-08-28 · 63103ab91b39
- homepage: http://www.xuxueli.com/xxl-job/ · fetched 2026-08-29 · 864d37f70b59
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| xuxueli/xxl-job | main | 89 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem