logoalt Hacker News

kernelvoidtoday at 4:47 AM1 replyview on HN

This is exactly why I built bunqueue — a job queue for Bun backed by SQLite. No Redis, no external dependencies, just bun:sqlite with WAL mode for concurrent access. Handles 100k+ jobs/sec on a single node.

The SQL-as-queue pattern is definitely underrated. Great to hear it worked well at that scale.


Replies

lelanthrantoday at 4:55 AM

> This is exactly why I built bunqueue — a job queue for Bun backed by SQLite. No Redis, no external dependencies, just bun:sqlite with WAL mode for concurrent access. Handles 100k+ jobs/sec on a single node.

If you're too lazy to even write your own comments, I suspect you're too lazy to have written your own software.

At least preface your comment with "The LLM says" or preface your submission with "The LLM wrote this software".

show 3 replies