Skip to content

Control Plane

A distributed job orchestration platform: Postgres-backed job queue with priorities, retries, cron schedules, lease-based crash recovery, and a live operations UI.

Where to start

Architecture How the queue, executor, leases, and auth fit together
API Endpoint reference
Deployment The droplet + Caddy + GitHub Actions pipeline behind the live site
Roadmap What's built, what's next

Run it locally

git clone https://github.com/walker-systems/control-plane
cd control-plane
docker compose -f deploy/compose.demo.yml up -d
./scripts/seed-demo.sh

Open http://localhost:8000demo@control-plane.dev / demo-password.