Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
thom
on Oct 28, 2022
|
parent
|
context
|
favorite
| on:
Push-based outbox pattern with Postgres logical re...
If you just use notify to tell listeners “there is work in the queue to grab” can you still lose messages? I’ve always seen it implemented where workers have to go and claim items (transactionally), not just wait to be pushed them.
SahAssar
on Oct 29, 2022
[–]
No, that way is safe. Just make sure that your workers also check for items in the queue when they start.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: