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

iwannay/jiacrontab

简单可信赖的任务管理工具 observed · 2026-08-28

github.com/iwannay/jiacrontab · Go · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

25/100

  • Activity 5
  • Release rhythm 8
  • 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: n/a
  • age_days: 3378
  • days_rel: n/a
  • days_push: 572
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1345 stars · 257 forks observed · 2026-08-28

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

Jiacrontab is a self-hosted, web-based scheduled task management tool written in Go, consisting of an admin web UI (jiacrontab_admin) and a scheduler daemon (jiacrontabd) communicating over RPC. It supports cron jobs with concurrency limits, timeouts, cross-server script dependencies, failure notifications, and long-running daemon process supervision.

Use cases

  • manage cron jobs through a web interface
  • schedule scripts across multiple servers with dependencies
  • restart long-running daemon scripts automatically if they exit
  • get notified when a scheduled script fails
  • limit concurrent executions of the same job
  • replace system crontab with a centralized task scheduler

When to choose

  • you need a web UI to manage scheduled jobs on multiple machines
  • you want job dependencies, timeouts, and concurrency control beyond plain crontab
  • you need daemon process supervision for resident scripts
  • you prefer a lightweight self-hosted scheduler in Go

When to avoid

  • you need to push jobs to tens of thousands of instances - the author recommends Jiascheduler instead
  • you only need simple single-machine cron - system crontab is simpler
  • you require a fully distributed, HA scheduler like Airflow or Temporal

Facets

application · maturity active

scheduling workflow-automation monitoring alerting web-framework self-hosted developer-tools self-hosted go cron job-scheduler task-management daemon distributed-tasks web-ui rpc devops automation linux macos docker web-server

1 source

Member repositories

RepositoryRoleHealth v2
iwannay/jiacrontabmain25

For agents

markdown · JSON · MCP: product_card(name="iwannay/jiacrontab")

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