|
|
|
|
|
by wqweto
44 days ago
|
|
> 5. After processing the request, save the response to the persistent store before releasing the lock. Save only if the operation succeeds. It's meaningless to cache a failure, subsequent retries will result in failure from the cache. Frankly you guys are overengineering the whole thing. We use the concept only for network outages i.e. it is only on timeout that we want to guard against fultilling duplicate request for the same operation. |
|