Skip to content

Commit b4e72a4

Browse files
committed
Remove old idempotencyKey warning
1 parent c00dae0 commit b4e72a4

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
@@ -810,12 +810,6 @@ export const myTask = task({
810810

811811
For more information, see our [Idempotency](/idempotency) documentation.
812812

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

821815
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)