From d57bcdfb0bc45c2581d1f2ea7d55d55fc0730c35 Mon Sep 17 00:00:00 2001 From: Matt Aitken Date: Thu, 4 Sep 2025 14:49:51 +0100 Subject: [PATCH] Remove deprecated releaseConcurrency from wait.forToken() docs --- docs/wait-for-token.mdx | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/docs/wait-for-token.mdx b/docs/wait-for-token.mdx index 4f5a8faedd..9e050a3430 100644 --- a/docs/wait-for-token.mdx +++ b/docs/wait-for-token.mdx @@ -263,24 +263,6 @@ Wait for a token to be completed. The token to wait for. - - Options for the wait. - - - - If set to true, this will cause the waitpoint to release the current run from the queue's concurrency. - - This is useful if you want to allow other runs to execute while waiting - - Note: It's possible that this run will not be able to resume when the waitpoint is complete if this is set to true. - It will go back in the queue and will resume once concurrency becomes available. - - The default is `false`. - - - - - ### returns The `forToken` function returns a result object with the following properties: