Hey HN,
I'm the maintainer of node-cron (5M+ downloads/month), and I recently built Sidequest.js, a background job runner for Node.js inspired by Oban (Elixir) and Sidekiq (Rails).
It solves some common problems I saw with libraries like node-cron:
- Jobs don’t block your API: they run in isolated worker threads
- No Redis or vendor lock-in: use Postgres, MySQL, SQLite, or MongoDB
- Supports retries, uniqueness, concurrency, snoozing, prioritization
- Comes with a CLI and a simple dashboard
- Works great in monoliths and doesn’t require extra infra
Quick start (no signup needed): https://docs.sidequestjs.com/quick-start
GitHub: https://github.com/sidequestjs/sidequest
Would love feedback or feature suggestions. Happy to answer any questions here!
Comments URL: https://news.ycombinator.com/item?id=44787343
Points: 32
# Comments: 7
Connectez-vous pour ajouter un commentaire
Autres messages de ce groupe
Article URL: https://lwn.net/Articles/1032612/
Comments URL: https://news.ycombinator


Article URL: https://arstechnica.com/tech-policy/2025/08/devel

Article URL: https://english.kyodonews.net/articles/-/59582

(spoiler: its XSLT)
I've been working on a little demo for how to avoid copy-pasting header/footer boilerplate on a simple static webpage. My goal is to approximate the experience of Jekyll/Hugo