Hacker News new | ask | show | jobs
by tk90 736 days ago
out of curiosity, what's the technical solution? My guess: add an idempotency key to the request and a message queue? Then when you try to consume it, you check whether that request was made previously.