From afb97e1df852b928a57040ed821454ee1ecbb309 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 30 Aug 2023 12:59:05 +0200 Subject: [PATCH] docs: fix docs/worker-choice-strategies.md MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- docs/worker-choice-strategies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/worker-choice-strategies.md b/docs/worker-choice-strategies.md index 49f7c65c..ff475bf6 100644 --- a/docs/worker-choice-strategies.md +++ b/docs/worker-choice-strategies.md @@ -25,7 +25,7 @@ The worker weights are maximum tasks execution time. Once the worker has reached ### Interleaved weighted round robin (experimental) The worker weights are maximum tasks execution time. The rounds are the deduplicated worker weights. -During a round, if the worker weight is superior or equal to the current round weight and its tasks execution time is inferior or equal to the current round weight, the task is assigned to the worker. Once all workers weight have been tested, the next round starts. +During a round, if the worker weight is superior or equal to the current round weight and its tasks execution time is inferior to the current round weight, the task is assigned to the worker. Once all workers weight have been tested, the next round starts. The default worker weights is the same for each and computed given the CPU cores speed and theirs numbers. So the default 'rounds' consists of a unique worker weight. ## Statistics -- 2.34.1