diff --git a/docs/triggering.mdx b/docs/triggering.mdx index ad746012f8..62ab9d5cb6 100644 --- a/docs/triggering.mdx +++ b/docs/triggering.mdx @@ -814,12 +814,6 @@ export const myTask = task({ For more information, see our [Idempotency](/idempotency) documentation. - - In version 3.3.0 and later, the `idempotencyKey` option is not available when using - `triggerAndWait` or `batchTriggerAndWait`, due to a bug that would sometimes cause the parent task - to become stuck. We are working on a fix for this issue. - - ### `idempotencyKeyTTL` Idempotency keys automatically expire after 30 days, but you can set a custom TTL for an idempotency key when triggering a task: