docs: fix link to node.js error type
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 13 Dec 2023 09:59:12 +0000 (10:59 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 13 Dec 2023 09:59:12 +0000 (10:59 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
CHANGELOG.md
src/pools/selection-strategies/worker-choice-strategy-context.ts

index a337162cc730096ad047601a39e3ff4dc91061d5..ddfd15e093aa759830b95f773f5434a4ac52154f 100644 (file)
@@ -27,13 +27,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Fixed
 
-- Ensure pool asynchronous resource properly track tasks execution
+- Ensure pool asynchronous resource properly track tasks execution.
 
 ## [3.0.10] - 2023-12-08
 
 ### Changed
 
-- Add a fastpath when tasks stealing or redistribution is impossible
+- Add a fastpath when tasks stealing or redistribution is impossible.
 
 ## [3.0.9] - 2023-11-26
 
@@ -47,7 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Fixed
 
-- Ensure continuous tasks stealing on idle start at worker node idling
+- Ensure continuous tasks stealing on idle start at worker node idling.
 
 ## [3.0.7] - 2023-11-24
 
index 1772276c709a8cfba220df4aeafda075cdf92109..157a61223a251aa1305be38555e67511b37798d6 100644 (file)
@@ -164,7 +164,7 @@ export class WorkerChoiceStrategyContext<
    *
    * @returns The key of the worker node.
    * @throws {@link https://nodejs.org/api/errors.html#class-error} If after configured retries the worker node key is null or undefined.
-   * @throws {@link https://nodejs.org/api/errors.html#class-error} If the maximum consecutive worker choice strategy executions has been reached.
+   * @throws {@link https://nodejs.org/api/errors.html#class-rangeerror} If the maximum consecutive worker choice strategy executions has been reached.
    */
   public execute (): number {
     const workerChoiceStrategy = this.workerChoiceStrategies.get(