# kagkarlsson/db-scheduler

Persistent cluster-friendly scheduler for Java

Repository: https://github.com/kagkarlsson/db-scheduler
Canonical: https://ross.abutalabs.com/products/db-scheduler
Language: Java
License: Apache-2.0
License Family: permissive
Topics: java, scheduler, task-scheduler, job-scheduler, jdbc, hacktoberfest, spring-boot, db-scheduler
Last push: 2026-08-15T20:56:19+00:00

## Health v2 (maintenance only)
Score: 94/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 97, release rhythm 86, longevity 100
- inputs: {"age_days": 4039, "days_push": 18, "days_rel": 96, "gap_med": 8, "n_releases_24m": 26}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1619, forks 252 (observed 2026-08-28T04:05:12.256103+00:00)

## What it is
db-scheduler is a persistent, cluster-friendly task scheduler for Java, designed as a simpler alternative to Quartz. It stores tasks in a single database table and embeds into existing applications with minimal dependencies.

## Use cases
- schedule recurring background jobs in a Java application
- run scheduled tasks across a cluster without duplicate execution
- replace Quartz with a simpler job scheduler
- persist scheduled tasks so they survive application restarts
- schedule one-off delayed tasks from a Spring Boot app
- process high volumes of scheduled executions per second

## When to choose
- you need cluster-safe scheduled jobs backed by a relational database
- you find Quartz too complex and want a minimal, embeddable scheduler
- you use Spring Boot and want easy integration
- you need high-throughput task execution with persistence

## When to avoid
- you need cron jobs outside the JVM or without a database
- you need distributed workflows with complex DAG dependencies
- your application has no relational database available
- you need a standalone scheduler service rather than an embedded library

## Facets
- artifact type: library
- maturity: stable
- function: scheduling, workflow-automation, database
- domain: backend, developer-tools, databases
- platform: jvm
- tags: job-scheduler, jdbc, cluster-friendly, persistent-tasks, quartz-alternative, spring-boot-starter, automation, spring-boot

## Member repositories
- kagkarlsson/db-scheduler (main) score 94

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:12.256103+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-30T03:49:36.331709+00:00, confidence not recorded.
  - readme: https://github.com/kagkarlsson/db-scheduler (fetched 2026-08-28T04:05:12.256103+00:00, sha 35421bb97081)
- Data as of 2026-08-30T08:39:29.467469+00:00.
