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

go-co-op/gocron

Easy and fluent Go cron scheduling. This is a fork from https://github.com/jasonlvhit/gocron observed · 2026-08-28

github.com/go-co-op/gocron · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

97/100

  • Activity 99
  • Release rhythm 92
  • 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: 18
  • age_days: 2357
  • days_rel: 55
  • days_push: 8
  • n_releases_24m: 28

Full methodology

Adoption not part of the score

7143 stars · 349 forks observed · 2026-08-28

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

gocron is a Go library for scheduling functions to run at predetermined intervals using a fluent, cron-like API. It provides a scheduler, job, and executor model supporting duration-based, random, and cron-style schedules with features like singleton jobs and concurrency limits.

Use cases

  • run a Go function every 10 seconds
  • schedule periodic background jobs in a Go service
  • replace crontab with in-process job scheduling
  • run cron-style scheduled tasks in Go
  • limit concurrent execution of recurring jobs
  • schedule jobs with random intervals

When to choose

  • you need in-process job scheduling in a Go application
  • you want a fluent API for cron and duration-based schedules
  • you need singleton jobs or max-concurrent-job limits
  • you want a well-maintained, popular Go scheduler library

When to avoid

  • you need a distributed scheduler with persistence across multiple nodes out of the box
  • you need a standalone cron daemon with a UI rather than a library
  • your application is not written in Go

Facets

library · maturity active

scheduling workflow-automation concurrency developer-tools backend go cross-platform cron job-scheduler golang background-jobs periodic-tasks automation

1 source

Member repositories

RepositoryRoleHealth v2
go-co-op/gocronmain97

For agents

markdown · JSON · MCP: product_card(name="go-co-op/gocron")

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