Hacker News new | ask | show | jobs
by bcrosby95 46 days ago
Why? I've used plenty of systems that have an idempotency key. E.g. many payment processors will take an order id and won't let you charge an order id more than once. That's just an idempotency key by another name.