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/idempotency.mdx
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,6 @@ description: "An API call or operation is “idempotent” if it has the same re
5
5
6
6
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.
7
7
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.
0 commit comments