From: Jérôme Benoit Date: Tue, 4 Apr 2023 23:25:18 +0000 (+0200) Subject: docs: refine README.md X-Git-Tag: v2.4.1~10 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=cb9eb0854231e0b76e30eb87653032570a989b99;p=poolifier.git docs: refine README.md Signed-off-by: Jérôme Benoit --- diff --git a/README.md b/README.md index b86b69eb..1248db3f 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ Node versions >= 16.x are supported. - `WorkerChoiceStrategies.ROUND_ROBIN`: Submit tasks to worker in a round robbin fashion - `WorkerChoiceStrategies.LESS_USED`: Submit tasks to the less used worker - `WorkerChoiceStrategies.LESS_BUSY`: Submit tasks to the less busy worker - - `WorkerChoiceStrategies.WEIGHTED_ROUND_ROBIN` Submit tasks to worker using a weighted round robin scheduling algorithm based on tasks execution time + - `WorkerChoiceStrategies.WEIGHTED_ROUND_ROBIN`: Submit tasks to worker using a weighted round robin scheduling algorithm based on tasks execution time - `WorkerChoiceStrategies.FAIR_SHARE`: Submit tasks to worker using a fair share tasks scheduling algorithm based on tasks execution time `WorkerChoiceStrategies.WEIGHTED_ROUND_ROBIN` and `WorkerChoiceStrategies.FAIR_SHARE` strategies are targeted to heavy and long tasks