Skip to content

daconjurer/jobby

Repository files navigation

Jobby

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.

Quick start

Requires Task.

cp .env.example .env
task docker-up
curl http://localhost:3001/health

See Getting started for host-native workflows and Testing for running tests.

Documentation

Note: These docs are written for AI-assisted software engineering as well as humans, so some pages are intentionally detailed or verbose.

About

A distributed job queueing system.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors