chore: v2.6.32
[poolifier.git] / src / pools / selection-strategies / worker-choice-strategy-context.ts
index 51de6e7b79a5cbc28812e41b772b298c86d400ed..7c7574fa7a39f55913282a60bd0becf35e88b6fc 100644 (file)
@@ -168,7 +168,7 @@ export class WorkerChoiceStrategyContext<
    * Executes the worker choice strategy in the context algorithm.
    *
    * @returns The key of the worker node.
-   * @throws {@link https://nodejs.org/api/errors.html#class-error} If the worker node key is null or undefined.
+   * @throws {@link https://nodejs.org/api/errors.html#class-error} If after configured retries the worker node key is null or undefined .
    */
   public execute (): number {
     const workerNodeKey = (