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

reugn/go-quartz

Minimalist and zero-dependency scheduling library for Go observed · 2026-08-28

github.com/reugn/go-quartz · homepage · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

61/100

  • Activity 63
  • Release rhythm 35
  • 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: 85.5
  • age_days: 2698
  • days_rel: 355
  • days_push: 225
  • n_releases_24m: 5

Full methodology

Adoption not part of the score

2014 stars · 99 forks observed · 2026-08-28

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

go-quartz is a minimalist, zero-dependency job scheduling library for Go, inspired by the Quartz Java scheduler. It provides a Scheduler interface for managing jobs with triggers, including full Quartz cron expression support usable independently.

Use cases

  • schedule recurring jobs in a Go application
  • run cron-style scheduled tasks with cron expressions
  • pause, resume, and delete scheduled jobs at runtime
  • compute next fire times from cron expressions
  • run a distributed job scheduler across multiple instances

When to choose

  • you need a lightweight, dependency-free scheduler in Go
  • you want Quartz-like cron semantics and job lifecycle management
  • you need programmatic control over scheduled jobs (pause/resume/delete)

When to avoid

  • you need a standalone cron daemon or external task queue system
  • you need persistence-backed distributed scheduling out of the box
  • your project is not written in Go

Facets

library · maturity active

scheduling workflow-automation developer-tools backend developer-tools go cross-platform job-scheduler cron quartz-inspired zero-dependency task-scheduling job-queue automation

4 sources

Member repositories

RepositoryRoleHealth v2
reugn/go-quartzmain61

For agents

markdown · JSON · MCP: product_card(name="reugn/go-quartz")

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