Y
Hacker News
new
|
ask
|
show
|
jobs
by
teaearlgraycold
192 days ago
In my experience async job idempotency is implemented as upserts. Insert all job outputs on the first run. Do (mostly) nothing on subsequent runs. Maybe increment a counter or timestamp.