You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A distributed job queue system written in Go, inspired by Sidekiq and applying concepts from "Designing Data-Intensive Applications".
About
A distributed job queue system written in Go, inspired by Sidekiq. Features Redis-backed persistence, job scheduling, and worker management. Built while learning Go and applying concepts from 'Designing Data-Intensive Applications'.