# iwannay/jiacrontab

简单可信赖的任务管理工具

Repository: https://github.com/iwannay/jiacrontab
Canonical: https://ross.abutalabs.com/products/jiacrontab
Language: Go
License: Apache-2.0
License Family: permissive
Topics: golang, go, crontab, daemon, jiacrontab, scheduler, job, job-scheduler
Last push: 2025-02-07T06:27:49+00:00

## Health v2 (maintenance only)
Score: 25/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 5, release rhythm 8, longevity 100
- inputs: {"age_days": 3378, "days_push": 572, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1345, forks 257 (observed 2026-08-28T04:04:27.326369+00:00)

## What it is
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
- artifact type: application
- maturity: active
- function: scheduling, workflow-automation, monitoring, alerting, web-framework
- domain: self-hosted, developer-tools
- platform: self-hosted, go
- tags: cron, job-scheduler, task-management, daemon, distributed-tasks, web-ui, rpc, devops, automation, linux, macos, docker, web-server

## Member repositories
- iwannay/jiacrontab (main) score 25

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:27.326369+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-30T04:42:45.862543+00:00, confidence not recorded.
  - readme: https://github.com/iwannay/jiacrontab (fetched 2026-08-28T04:04:27.326369+00:00, sha bc3bbfea38bb)
- Data as of 2026-08-30T08:39:29.467469+00:00.
