Skip to content

Commit e6586d3

Browse files
authored
Remove deprecated releaseConcurrency from wait.forToken() docs (#2477)
1 parent 00d32ed commit e6586d3

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

docs/wait-for-token.mdx

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -263,24 +263,6 @@ Wait for a token to be completed.
263263
The token to wait for.
264264
</ParamField>
265265

266-
<ParamField query="options" type="object" optional>
267-
Options for the wait.
268-
269-
<Expandable title="properties">
270-
<ParamField query="releaseConcurrency" type="boolean" optional>
271-
If set to true, this will cause the waitpoint to release the current run from the queue's concurrency.
272-
273-
This is useful if you want to allow other runs to execute while waiting
274-
275-
Note: It's possible that this run will not be able to resume when the waitpoint is complete if this is set to true.
276-
It will go back in the queue and will resume once concurrency becomes available.
277-
278-
The default is `false`.
279-
</ParamField>
280-
281-
</Expandable>
282-
</ParamField>
283-
284266
### returns
285267

286268
The `forToken` function returns a result object with the following properties:

0 commit comments

Comments
 (0)