We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68e88d0 commit f75d4d6Copy full SHA for f75d4d6
docs/triggering.mdx
@@ -814,12 +814,6 @@ export const myTask = task({
814
815
For more information, see our [Idempotency](/idempotency) documentation.
816
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
-
823
### `idempotencyKeyTTL`
824
825
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