You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/utilities/idempotency.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -433,7 +433,7 @@ You can customize the attribute names during initialization:
433
433
434
434
#### Batch integration
435
435
436
-
You can can easily integrate with [Batch](batch.md){target="_blank"} with the [idempotent_function decorator](#idempotent_function-decorator) to handle idempotency per message/record in a given batch.
436
+
You can can easily integrate with [Batch](batch.md){target="_blank"} using the [idempotent_function decorator](#idempotent_function-decorator) to handle idempotency per message/record in a given batch.
437
437
438
438
???+ "Choosing an unique batch record attribute"
439
439
In this example, we choose `messageId` as our idempotency key since we know it'll be unique.
0 commit comments