# labulakalia/crocodile

Distributed Task Scheduling System|分布式定时任务调度平台

Repository: https://github.com/labulakalia/crocodile
Canonical: https://ross.abutalabs.com/products/crocodile
Language: Go
License: MIT
License Family: permissive
Topics: crocodile, golang, worker, scheduler
Last push: 2025-06-09T03:33:53+00:00

## Health v2 (maintenance only)
Score: 34/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 25, release rhythm 8, longevity 100
- inputs: {"age_days": 2634, "days_push": 450, "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 1080, forks 179 (observed 2026-08-28T04:03:30.464911+00:00)

## What it is
Crocodile is a distributed task scheduling system written in Go with a web UI for managing scheduled tasks. It supports HTTP request tasks and running shell, Python, Node.js, and Go code across worker nodes, with real-time logs, task dependencies, and Redis/MySQL backing.

## Use cases
- schedule cron jobs across multiple servers
- run shell scripts on a schedule with a web UI
- distribute periodic tasks to worker machines
- trigger HTTP requests on a schedule
- chain parent and child tasks with dependencies
- view real-time logs of running scheduled tasks
- self-hosted alternative to cron with alerting

## When to choose
- you need a self-hosted distributed scheduler with a web interface
- you want to run scripts or HTTP tasks across many worker nodes
- you need real-time task logs and the ability to kill running tasks
- you want task dependency chains and retry/alerting features

## When to avoid
- you only need simple single-machine cron scheduling
- you don't want to operate Redis and MySQL dependencies
- you need a fully managed cloud scheduler
- your tasks require runtimes not supported by the workers

## Facets
- artifact type: application
- maturity: active
- function: scheduling, workflow-automation, http-client, webhook, logging, monitoring
- domain: microservices, developer-tools, self-hosted
- platform: windows, self-hosted, go
- tags: distributed-task-scheduler, cron-jobs, golang, grpc, task-orchestration, web-ui, automation, devops, linux, macos, docker, web-server

## Member repositories
- labulakalia/crocodile (main) score 34

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:30.464911+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-30T06:51:28.749411+00:00, confidence not recorded.
  - readme: https://github.com/labulakalia/crocodile (fetched 2026-08-28T04:03:30.464911+00:00, sha db3af5b08647)
- Data as of 2026-08-30T08:39:29.467469+00:00.
