docs: Remove old idempotencyKey warning (#3306)
This commit is contained in:
@@ -814,12 +814,6 @@ export const myTask = task({
|
||||
|
||||
For more information, see our [Idempotency](/idempotency) documentation.
|
||||
|
||||
<Warning>
|
||||
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.
|
||||
</Warning>
|
||||
|
||||
### `idempotencyKeyTTL`
|
||||
|
||||
Idempotency keys automatically expire after 30 days, but you can set a custom TTL for an idempotency key when triggering a task:
|
||||
|
||||
Reference in New Issue
Block a user