Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
"Benoit",
"caffeinate",
"codeql",
+ "commitlint",
"Dependabot",
"FOSS",
"Gitter",
"lcov",
"libuv",
"loglevel",
- "MYBENCH",
"markdownlint",
"microjob",
"microtime",
"mochawesome",
+ "MYBENCH",
"nocombine",
- "OPTARG",
"octocat",
"opencollective",
+ "OPTARG",
"Parens",
"piment",
+ "pioardi",
"poolifier",
"poolify",
+ "preinstall",
+ "Quadflieg",
"serializable",
"Shinigami",
"sonarsource",
"suchmokuo",
"threadjs",
+ "THREADPOOL",
"threadwork",
+ "trimmable",
"tsdoc",
"typedoc",
"workerpool"
*/
reset: () => boolean
/**
- * Updates worker node strategy internals.
+ * Updates the worker node key strategy internals.
*
* @returns `true` if the update is successful, `false` otherwise.
*/
*/
choose: () => number
/**
- * Removes a worker node key from strategy internals.
+ * Removes the worker node key from strategy internals.
*
* @param workerNodeKey - The worker node key.
* @returns `true` if the worker node key is removed, `false` otherwise.
}
/**
- * Updates the worker choice strategy internals in the context.
+ * Updates the worker node key in the worker choice strategy internals in the context.
*
* @returns `true` if the update is successful, `false` otherwise.
*/
}
/**
- * Removes a worker node key from the worker choice strategy in the context.
+ * Removes the worker node key from the worker choice strategy in the context.
*
* @param workerNodeKey - The key of the worker node.
* @returns `true` if the removal is successful, `false` otherwise.