ouqiang/gocron
定时任务管理系统 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3481
- days_rel: n/a
- days_push: 889
- n_releases_24m: 0
Adoption not part of the score
6263 stars · 1303 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
gocron is a lightweight web-based distributed cron job scheduling and management system written in Go, designed to replace Linux crontab. It provides a web UI for managing scheduled shell and HTTP tasks across multiple worker nodes, with retry, timeout, dependency, notification, and access control features.
Use cases
- manage cron jobs from a web interface instead of crontab
- run scheduled shell commands on multiple servers centrally
- schedule HTTP endpoint pings on a cron schedule
- retry failed scheduled tasks automatically
- chain tasks so one runs after another completes
- get email or Slack notifications when cron jobs fail
- control who can edit scheduled tasks with user permissions
When to choose
- you need a centralized web UI to manage cron jobs across many machines
- you want task retries, timeouts, and dependencies beyond plain crontab
- you need multi-user access control for scheduled tasks
- you want a lightweight self-hosted scheduler backed by MySQL
When to avoid
- you only need simple single-machine crontab scheduling
- you require a scheduler backed by databases other than MySQL
- you need a Go scheduling library to embed in your own code rather than a standalone application
- the project appears to be in maintenance mode with infrequent releases
Facets
application · maturity maintenance
scheduling web-framework workflow-automation monitoring alerting self-hosted developer-tools windows self-hosted go cron-scheduler distributed-task-scheduling crontab-replacement web-ui task-orchestration mysql automation devops linux macos docker web-server
1 source
- readme: https://github.com/ouqiang/gocron · fetched 2026-08-28 · ec0f83782eeb
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ouqiang/gocron | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem