Y
Hacker News
new
|
ask
|
show
|
jobs
by
williamdclt
340 days ago
DB-based queues are pretty common (see outbox pattern). You actually don't have much choice but an outbox in your relational DB anyway, if you want the job to be enqueued transactionally.