Skip to content

Commit fc02e17

Browse files
committed
docs(leandro's feedback): key features success vs failure ambiguity
1 parent 3c4e56b commit fc02e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/utilities/idempotency.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The idempotency utility allows you to retry operations within a time window with
99

1010
## Key features
1111

12-
* Produces the same result when a function is called repeatedly with the same idempotency key
12+
* Produces the previous successful result when a function is called repeatedly with the same idempotency key
1313
* Choose your idempotency key from one or more fields, or entire payload
1414
* Safeguard concurrent requests, timeouts, missing idempotency keys, and payload tampering
1515
* Support for Amazon DynamoDB, Redis, bring your own persistence layer, and in-memory caching

0 commit comments

Comments
 (0)