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

aptible/supercronic

Cron for containers observed · 2026-08-28

github.com/aptible/supercronic · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

98/100

  • Activity 97
  • Release rhythm 98
  • 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: 26.0
  • age_days: 3344
  • days_rel: 19
  • days_push: 19
  • n_releases_24m: 19

Full methodology

Adoption not part of the score

2616 stars · 146 forks observed · 2026-08-28

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

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

cli-tool · maturity stable

scheduling cli workflow-automation developer-tools cross-platform cli cron containers job-runner crontab graceful-shutdown devops automation linux docker

1 source

Member repositories

RepositoryRoleHealth v2
aptible/supercronicmain98

For agents

markdown · JSON · MCP: product_card(name="aptible/supercronic")

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