Hacker News new | ask | show | jobs
by loktarogar 105 days ago
All the apps i've worked on lately in Rails use GoodJob, which is a Postgres NOTIFY/LISTEN based queue system.
1 comments

Yes, I've seen a lot of Postgres-based queues lately too.

Even without Redis I still end up rebuilding some kind of job system on top of the DB, which is why I'm wondering if this should live outside the app entirely.