Ross ROSS = Recommend OSS · open-source software intelligence for agents

xuxueli/xxl-job

A distributed task scheduling framework.(分布式任务调度平台XXL-JOB) observed · 2026-08-28

github.com/xuxueli/xxl-job · homepage · Java · GPL-3.0 (copyleft) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
xuxueli/xxl-jobmain89

For agents

markdown · JSON · MCP: product_card(name="xuxueli/xxl-job")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem