Show HN: Supaqueue – Node.js background job queue (no Redis needed)
Category: library
Tags: background-jobs, queue, nodejs
Score: 5.3/10 (Innovation: 3, Technical: 6, Documentation: 7, Utility: 5)
Supaqueue is a lightweight, in-memory background job queue for Node.js with zero external dependencies, offering concurrency control, retries, delayed jobs, and scheduled tasks. Its simplicity and TypeScript support make it interesting for small apps and side projects that don't need persistent queue infrastructure.
Target audience: backend devs
Repository: https://github.com/emirce/supaqueue · TypeScript · NOASSERTION · 1 stars
View on Hacker News