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

pschlan/cron-job.org

cron-job.org Open Source project observed · 2026-08-28

github.com/pschlan/cron-job.org · JavaScript · GPL-2.0 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

77/100

  • Activity 99
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: n/a
  • age_days: 3501
  • days_rel: n/a
  • days_push: 9
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2042 stars · 302 forks observed · 2026-08-28

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

The open-source codebase behind cron-job.org, a self-hosted web service for scheduling and executing HTTP-based cron jobs. It consists of a C++ scheduler daemon (chronos) that fetches jobs from MySQL and performs thousands of parallel HTTP requests, plus a PHP API, web frontend, and status page.

Use cases

  • schedule recurring http requests to urls
  • self-host a cron job triggering service
  • ping websites on a schedule to keep them awake
  • run scheduled webhooks from a web dashboard
  • monitor endpoint uptime with a status page
  • distribute scheduled http jobs across multiple nodes

When to choose

  • you want a hosted-style cron scheduler you control yourself
  • you need to trigger URLs or webhooks on a minute-level schedule at scale
  • you want a web UI plus API for managing scheduled HTTP jobs and viewing execution history

When to avoid

  • you need local shell command cron jobs rather than HTTP requests
  • you require strict durability of job execution history, which is optimized for performance over integrity
  • you want a simple single-binary scheduler without a web frontend or database setup

Facets

service · maturity active

scheduling http-client web-framework api-framework monitoring self-hosted web-development developer-tools self-hosted cpp php cron-jobs http-ping web-scheduler status-page distributed-nodes thrift-protocol sqlite mysql automation linux web-server docker

1 source

Member repositories

RepositoryRoleHealth v2
pschlan/cron-job.orgmain77

For agents

markdown · JSON · MCP: product_card(name="pschlan/cron-job.org")

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