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

kagkarlsson/db-scheduler

Persistent cluster-friendly scheduler for Java observed · 2026-08-28

github.com/kagkarlsson/db-scheduler · Java · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

94/100

  • Activity 97
  • Release rhythm 86
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 8
  • age_days: 4039
  • days_rel: 96
  • days_push: 18
  • n_releases_24m: 26

Full methodology

Adoption not part of the score

1619 stars · 252 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

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

library · maturity stable

scheduling workflow-automation database backend developer-tools databases jvm job-scheduler jdbc cluster-friendly persistent-tasks quartz-alternative spring-boot-starter automation spring-boot

1 source

Member repositories

RepositoryRoleHealth v2
kagkarlsson/db-schedulermain94

For agents

markdown · JSON · MCP: product_card(name="kagkarlsson/db-scheduler")

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