# jobrunr/jobrunr

An extremely easy way to perform background processing in Java. Backed by persistent storage. Open and free for commercial use.

Repository: https://github.com/jobrunr/jobrunr
Canonical: https://ross.abutalabs.com/products/jobrunr
Homepage: https://www.jobrunr.io/en/
Language: Java
License: NOASSERTION
License Family: other
Topics: java-8, background-jobs, parallel-processing, scheduling, scheduled-jobs, java, quartz, scheduler, java-scheduler
Last push: 2026-08-26T12:31:25+00:00

## Health v2 (maintenance only)
Score: 99/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 98, longevity 100
- inputs: {"age_days": 2344, "days_push": 7, "days_rel": 12, "gap_med": 14.0, "n_releases_24m": 33}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3064, forks 320 (observed 2026-08-28T04:07:41.272706+00:00)

## What it is
JobRunr is a Java library for performing distributed background processing on the JVM using Java 8 lambdas, with jobs persisted in an existing SQL or NoSQL database. It supports fire-and-forget, delayed, scheduled, and recurring CRON jobs with automatic retries and a built-in monitoring dashboard.

## Use cases
- run background jobs in java
- schedule recurring cron jobs on the jvm
- replace quartz with a simpler scheduler
- process delayed tasks like sending emails after signup
- distribute job processing across multiple instances
- guarantee job execution survives application restarts
- offload cpu or io intensive work from request threads

## When to choose
- you want a dead-simple API for durable background jobs in Java with minimal dependencies
- you want jobs persisted in your existing Postgres, MySQL, or MongoDB database without extra infrastructure
- you need distributed execution across a cluster or Kubernetes with automatic retries and a dashboard
- you want a modern, actively maintained alternative to Quartz

## When to avoid
- you need more than 100 recurring jobs or features like priority queues, batches, and workflows without paying for JobRunr Pro
- your stack is not on the JVM
- you need a standalone message broker rather than a database-backed job scheduler
- LGPLv3 licensing is incompatible with your project's requirements

## Facets
- artifact type: library
- maturity: active
- function: scheduling, workflow-automation, concurrency, message-queue
- domain: backend, developer-tools, microservices
- platform: jvm, cloud
- tags: background-jobs, job-scheduler, cron, distributed-jobs, quartz-alternative, spring-boot, carbon-aware, job-dashboard, automation, kubernetes, docker

## Member repositories
- jobrunr/jobrunr (main) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:41.272706+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:28:18.137264+00:00, confidence not recorded.
  - readme: https://github.com/jobrunr/jobrunr (fetched 2026-08-28T04:07:41.272706+00:00, sha 531b55add7cd)
  - homepage: https://www.jobrunr.io/en/ (fetched 2026-08-29T09:43:39.856163+00:00, sha 4de5aef1f416)
  - site_page: https://www.jobrunr.io/en/documentation/pro/batches (fetched 2026-08-29T09:43:39.899974+00:00, sha fadf7267d94a)
  - site_page: https://www.jobrunr.io/en/documentation (fetched 2026-08-29T09:43:39.867812+00:00, sha 3e4e1cbf404b)
  - site_page: https://www.jobrunr.io/en/documentation/background-methods/enqueueing-jobs (fetched 2026-08-29T09:43:39.870047+00:00, sha aabff3aeb5ed)
  - site_page: https://www.jobrunr.io/en/documentation/background-methods/scheduling-jobs (fetched 2026-08-29T09:43:39.872032+00:00, sha 95a5897155a6)
  - site_page: https://www.jobrunr.io/en/documentation/background-methods/recurring-jobs (fetched 2026-08-29T09:43:39.873877+00:00, sha 1d2358c34a6a)
  - site_page: https://www.jobrunr.io/en/documentation/configuration/carbon-aware (fetched 2026-08-29T09:43:39.895478+00:00, sha c7ef3b110faf)
  - site_page: https://www.jobrunr.io/en/documentation/pro/priority-queues (fetched 2026-08-29T09:43:39.898064+00:00, sha 2523cac1aa28)
  - site_page: https://www.jobrunr.io/en/pricing (fetched 2026-08-29T09:43:39.865645+00:00, sha a98cd6c16a63)
- Data as of 2026-08-30T08:39:29.467469+00:00.
