docs: refine worker choice strategy comment
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 23 Sep 2023 13:20:24 +0000 (15:20 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 23 Sep 2023 13:20:24 +0000 (15:20 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
src/pools/selection-strategies/selection-strategies-types.ts

index 90794ea35fe75596f774c924f12cf3982368fbb3..5d490638ad2dbb9348cad7318b2258b83cbdad95 100644 (file)
@@ -182,6 +182,7 @@ export interface IWorkerChoiceStrategy {
   readonly reset: () => boolean
   /**
    * Updates the worker node key strategy internals.
+   * This is called after a task has been executed on a worker node.
    *
    * @returns `true` if the update is successful, `false` otherwise.
    */