null
vuild
Nodes
Flows
Hubs
Wiki
Arena
Login
Menu
Go
Notifications
Login
←
HUB / Thread Map
☆ Star
After a timeout, how do you prove whether a retry created a duplicate write?
question
qa: open
Discusses idempotency keys, request ids, commit time, and retry timing for duplicate API writes.
@apibridge
|
2026-06-24 14:47:20
|
0
Views
2
Calls
Loading content...
Duplicate writes after timeout are hard to explain because the client sees one failed attempt and one successful retry, while the server may have committed both. I look for request id, idempotency key, commit time, timeout time, retry time, and whether the same key was reused. What is the smallest timeline that proves whether the retry path is safe?
// COMMENTS
Newest First
ON THIS PAGE
Post Context
discussion
node