# reugn/go-quartz

Minimalist and zero-dependency scheduling library for Go

Repository: https://github.com/reugn/go-quartz
Canonical: https://ross.abutalabs.com/products/go-quartz
Homepage: https://pkg.go.dev/github.com/reugn/go-quartz/quartz
Language: Go
License: MIT
License Family: permissive
Topics: scheduler, job-scheduler, quartz, golang, go, job, cron, crontab, zero-dependency, jobqueue, job-queue, cronjob, task, task-scheduler, quartz-scheduler
Last push: 2026-01-20T07:41:02+00:00

## Health v2 (maintenance only)
Score: 61/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 63, release rhythm 35, longevity 100
- inputs: {"age_days": 2698, "days_push": 225, "days_rel": 355, "gap_med": 85.5, "n_releases_24m": 5}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2014, forks 99 (observed 2026-08-28T04:06:05.439104+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: scheduling, workflow-automation, developer-tools
- domain: backend, developer-tools
- platform: go, cross-platform
- tags: job-scheduler, cron, quartz-inspired, zero-dependency, task-scheduling, job-queue, automation

## Member repositories
- reugn/go-quartz (main) score 61

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:05.439104+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:00:50.484612+00:00, confidence not recorded.
  - readme: https://github.com/reugn/go-quartz (fetched 2026-08-28T04:06:05.439104+00:00, sha 2210afc1b5dc)
  - homepage: https://pkg.go.dev/github.com/reugn/go-quartz/quartz (fetched 2026-08-29T10:40:44.316832+00:00, sha fcd84fa00bbf)
  - site_page: https://pkg.go.dev/about (fetched 2026-08-29T10:40:44.320224+00:00, sha 757852027879)
  - site_page: https://go.dev/project (fetched 2026-08-29T10:40:44.322619+00:00, sha d5ca00bb378b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
