Hacker News new | ask | show | jobs
by klysm 299 days ago
I use Postgres as a queue with SELECT FOR UPDATE SKIP LOCKED. You can easily spin up whatever state around the jobs you want to.