reugn/go-quartz
Minimalist and zero-dependency scheduling library for Go 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
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
- readme: https://github.com/reugn/go-quartz · fetched 2026-08-28 · 2210afc1b5dc
- homepage: https://pkg.go.dev/github.com/reugn/go-quartz/quartz · fetched 2026-08-29 · fcd84fa00bbf
- site_page: https://pkg.go.dev/about · fetched 2026-08-29 · 757852027879
- site_page: https://go.dev/project · fetched 2026-08-29 · d5ca00bb378b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| reugn/go-quartz | main | 61 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem