I Built Task Queue System - Sun Oct 2220239:12 AM
I built a server & runner task-queue system, inspired by one of the best documents on GitHub — Waypoint Architecture
I posted about it on X/Twitter about it and spun up a GitHub repo as well.
Notable bits:
- vgarvardt/gue — queue implementation on top of Postgres
- charmbracelet/lipgloss — for the cute, colored 🐰🪧 output.
- hashicorp/go-hclog — for human-friendly logging, as well as structured JSON output
- Implements a crude "heartbeat" via goroutines