Distributed job orchestration in Go: HTTP/CLI enqueue → MongoDB metadata → Pulsar dispatch → executor workers. Built from hard-won lessons with job queues.
I once worked on a system that had to interact heavily with a job queueing application. It was terrible. This project is inspired by the lessons from those days.
Requires Task.
cp .env.example .env
task docker-up
curl http://localhost:3001/healthSee Getting started for host-native workflows and Testing for running tests.
Note: These docs are written for AI-assisted software engineering as well as humans, so some pages are intentionally detailed or verbose.