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 c00dae0 commit b4e72a4Copy full SHA for b4e72a4
docs/triggering.mdx
@@ -810,12 +810,6 @@ export const myTask = task({
810
811
For more information, see our [Idempotency](/idempotency) documentation.
812
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
-
819
### `idempotencyKeyTTL`
820
821
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