Skip to content

Commit f75d4d6

Browse files
authored
docs: Remove old idempotencyKey warning (#3306)
1 parent 68e88d0 commit f75d4d6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs/triggering.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -814,12 +814,6 @@ export const myTask = task({
814814

815815
For more information, see our [Idempotency](/idempotency) documentation.
816816

817-
<Warning>
818-
In version 3.3.0 and later, the `idempotencyKey` option is not available when using
819-
`triggerAndWait` or `batchTriggerAndWait`, due to a bug that would sometimes cause the parent task
820-
to become stuck. We are working on a fix for this issue.
821-
</Warning>
822-
823817
### `idempotencyKeyTTL`
824818

825819
Idempotency keys automatically expire after 30 days, but you can set a custom TTL for an idempotency key when triggering a task:

0 commit comments

Comments
 (0)