All activity
GoQueue is a job queue for Go apps that lets you start simple and scale later.
You can use an in-memory driver for development, switch to Redis for production, and move to SQS when you need cloud scale — without rewriting your jobs.
The goal is to keep the API small and predictable, while letting the backend evolve as your system grows.

GoQueueA job queue for Go that grows with your system
Saravana Thiyagarajanleft a comment
Hey everyone I’m Saravana, a backend engineer working with Go. I built GoQueue while working on side projects where I wanted to start simple (in-memory queues locally) and later scale by switching drivers like Redis or SQS without changing how jobs are written. The goal is not to compete with Kafka or heavy messaging systems, but to provide a practical queue for Go apps that need reliable...

GoQueueA job queue for Go that grows with your system
