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

robfig/cron

a cron library for go observed · 2026-08-28

github.com/robfig/cron · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: 5171
  • days_rel: n/a
  • days_push: 787
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

14183 stars · 1698 forks observed · 2026-08-28

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

A cron expression parser and job scheduler library for Go that runs functions on scheduled schedules. Version 3 supports standard cron specs, optional seconds fields, timezone handling, and chainable job wrappers for cross-cutting behavior.

Use cases

  • run a function every night at midnight in go
  • schedule recurring background jobs in go
  • parse cron expressions in go
  • run periodic cleanup tasks in my application
  • skip overlapping job runs in a scheduler
  • schedule jobs with timezone support in go

When to choose

  • you need in-process scheduled jobs in a Go application
  • you want standard cron syntax with optional seconds precision
  • you need interceptors for panic recovery or skipping concurrent runs

When to avoid

  • you need a distributed scheduler across multiple nodes
  • you need system-level cron replacing the OS crontab
  • you need Quartz year-field support

Facets

library · maturity stable

scheduling workflow-automation developer-tools backend go cross-platform cron job-scheduler background-jobs automation

1 source

Member repositories

RepositoryRoleHealth v2
robfig/cronmain32

For agents

markdown · JSON · MCP: product_card(name="robfig/cron")

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