jasonlvhit/gocron
A Golang Job Scheduling Package. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- 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: n/a
- age_days: 4405
- days_rel: n/a
- days_push: 1010
- n_releases_24m: 0
Adoption not part of the score
3496 stars · 340 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
goCron is a Go job scheduling library that lets you run functions periodically at pre-determined intervals using a simple, human-friendly fluent API. It is inspired by Ruby's clockwork and Python's schedule packages.
Use cases
- run go functions periodically
- schedule jobs in golang
- replace cron with in-process scheduler
- run tasks at specific times of day
- schedule weekly or daily background jobs
- run recurring tasks with parameters
When to choose
- you need a lightweight in-process scheduler for a legacy Go project already using this import path
- you want a simple fluent API like Python's schedule
When to avoid
- you are starting a new project - use the maintained fork go-co-op/gocron instead
- you need distributed or persistent job scheduling
- you need long-term support or bug fixes
Facets
library · maturity abandoned
scheduling workflow-automation developer-tools backend go cross-platform job-scheduler cron periodic-tasks unmaintained forked automation
1 source
- readme: https://github.com/jasonlvhit/gocron · fetched 2026-08-28 · 6d701ac8e83d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jasonlvhit/gocron | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="jasonlvhit/gocron")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem