# ajvb/kala

Modern Job Scheduler

Repository: https://github.com/ajvb/kala
Canonical: https://ross.abutalabs.com/products/kala
Language: Go
License: MIT
License Family: permissive
Topics: go, scheduler, service, iso8601, golang, golang-application
Last push: 2025-12-05T02:38:00+00:00

## Health v2 (maintenance only)
Score: 57/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 55, release rhythm 35, longevity 100
- inputs: {"age_days": 4185, "days_push": 272, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2155, forks 191 (observed 2026-08-28T04:06:19.620047+00:00)

## What it is
Kala is a simplistic, modern job scheduler written in Go that runs as a single binary with a JSON-over-HTTP API and a web UI. It supports ISO 8601 and interval scheduling, retries, dependent jobs, and persistence via multiple database backends like BoltDB, Redis, Postgres, and Mongo.

## Use cases
- schedule recurring jobs with cron-like ISO 8601 intervals
- run background tasks from a simple HTTP API
- replace Chronos with a simpler job scheduler for a startup
- chain dependent jobs with retries
- persist scheduled jobs in Redis, Postgres, Mongo, or BoltDB
- manage scheduled jobs through a web dashboard

## When to avoid
- you need battle-tested fault tolerance or massive scale
- you need distributed scheduling across a cluster
- you need complex workflow orchestration features

## Facets
- artifact type: service
- maturity: active
- function: scheduling, workflow-automation, http-server, api-framework
- domain: backend, self-hosted
- platform: windows, go, self-hosted
- tags: job-scheduler, cron, iso8601, single-binary, web-ui, retries, dependent-jobs, automation, devops, linux, macos, docker

## Member repositories
- ajvb/kala (main) score 57

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:19.620047+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:50:36.192753+00:00, confidence not recorded.
  - readme: https://github.com/ajvb/kala (fetched 2026-08-28T04:06:19.620047+00:00, sha 9a8dadb79ef4)
- Data as of 2026-08-30T08:39:29.467469+00:00.
