# aptible/supercronic

Cron for containers

Repository: https://github.com/aptible/supercronic
Canonical: https://ross.abutalabs.com/products/supercronic
Language: Go
License: MIT
License Family: permissive
Topics: supercronic
Last push: 2026-08-14T12:44:11+00:00

## Health v2 (maintenance only)
Score: 98/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 97, release rhythm 98, longevity 100
- inputs: {"age_days": 3344, "days_push": 19, "days_rel": 19, "gap_med": 26.0, "n_releases_24m": 19}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2616, forks 146 (observed 2026-08-28T04:07:04.650401+00:00)

## What it is
Supercronic is a crontab-compatible job runner designed specifically for container environments. It preserves environment variables, logs to stdout/stderr, and handles SIGTERM/SIGINT gracefully so cron jobs behave correctly inside containers.

## Use cases
- run cron jobs inside docker containers
- schedule periodic tasks in kubernetes pods
- replace system cron in a containerized app
- run scheduled background jobs with container environment variables
- gracefully shut down scheduled jobs on container stop
- log cron job output to container stdout

## When to choose
- you need crontab-style scheduling in Docker or Kubernetes
- you want cron jobs to inherit container environment variables
- you need graceful shutdown of running jobs when the container stops
- you want job output logged to stdout/stderr for container log collection

## When to avoid
- you need traditional multi-user system cron on a server
- you need distributed or persistent job scheduling across many nodes
- you need sub-second scheduling precision or complex workflow dependencies

## Facets
- artifact type: cli-tool
- maturity: stable
- function: scheduling, cli, workflow-automation
- domain: developer-tools
- platform: cross-platform, cli
- tags: cron, containers, job-runner, crontab, graceful-shutdown, devops, automation, linux, docker

## Member repositories
- aptible/supercronic (main) score 98

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:04.650401+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:20:24.988345+00:00, confidence not recorded.
  - readme: https://github.com/aptible/supercronic (fetched 2026-08-28T04:07:04.650401+00:00, sha d9cc9588364f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
