I’ve run into all sorts of database locking issues and concurrency issues when using a database as a queue. I saw that mistake made a long time ago and I would never do it myself.
Database engines are getting features like SELECT FOR UPDATE SKIP LOCKED, so what were once serious blockers on this idea may no longer be as much of a problem.
wolfgang42|2 years ago
wombatpm|2 years ago
unknown|2 years ago
[deleted]
scarface74|2 years ago