dkron-io/dkron
Dkron - Distributed, fault tolerant job scheduling system https://dkron.io observed · 2026-08-28
Health v2 · maintenance only
93/100
- Activity 99
- Release rhythm 82
- 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: 57
- age_days: 4102
- days_rel: 42
- days_push: 8
- n_releases_24m: 12
Adoption not part of the score
4731 stars · 418 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Dkron is a distributed, fault-tolerant job scheduling system written in Go, inspired by Google's 'Reliable Cron across the Planet' whitepaper. It uses the Raft protocol and Serf gossip to run scheduled jobs across clusters of servers with no single point of failure, and includes a web UI and REST API.
Use cases
- run cron jobs across a cluster of servers without a single point of failure
- schedule recurring tasks in cloud native environments
- replace a single-server crontab with a fault tolerant distributed scheduler
- run scheduled commands on any subset of nodes in a datacenter
- manage thousands of scheduled jobs with a web UI and REST API
- scale job execution horizontally by adding agent nodes
When to choose
- you need highly available cron that survives node failures
- you have many scheduled jobs or a large cluster of worker nodes
- you want a self-hosted scheduler with a UI and API
- you need to target jobs at specific groups of servers
When to avoid
- you only need simple cron on a single machine
- you need complex workflow DAG dependencies rather than time-based scheduling
- you want a fully managed cloud scheduler service
- LGPL-3.0 licensing is incompatible with your project
Facets
service · maturity active
scheduling workflow-automation developer-tools self-hosted microservices self-hosted windows go cross-platform cron job-scheduler distributed-systems raft serf fault-tolerance cloud-native devops automation linux macos docker
1 source
- readme: https://github.com/dkron-io/dkron · fetched 2026-08-28 · e89c392829fc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dkron-io/dkron | main | 93 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem