Skip to content

Commit dae84a0

Browse files
Update docs/idempotency.mdx (#2575)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent f72d63a commit dae84a0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/idempotency.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ description: "An API call or operation is “idempotent” if it has the same re
55

66
We currently support idempotency at the task level, meaning that if you trigger a task with the same `idempotencyKey` twice, the second request will not create a new task run.
77

8-
<Warning>
9-
In version 3.3.0 and later, the `idempotencyKey` option is not available when using
10-
`triggerAndWait` or `batchTriggerAndWait`, due to a bug that would sometimes cause the parent task
11-
to become stuck. We are working on a fix for this issue.
12-
</Warning>
138

149
## `idempotencyKey` option
1510

0 commit comments

Comments
 (0)