Skip to content

Commit 6fc2246

Browse files
committed
docs(worker-choice-strategies.md): formatting
Signed-off-by: Jérôme Benoit <[email protected]>
1 parent 09d9ade commit 6fc2246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/worker-choice-strategies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Its goal is to distribute the load evenly across all workers. To achieve this,
1919
the strategy keeps track of the simple moving average task execution time for
2020
each worker and assigns the next task to the worker with the lowest task end
2121
prediction time:
22-
`task_end_prediction = max(current_time, task_end_prediction) + simple_moving_average_task_execution_time`.\
22+
`task_end_prediction = max(current_time, task_end_prediction) + simple_moving_average_task_execution_time`.
2323

2424
<!-- By default, the strategy uses the simple moving average task execution time for
2525
each worker but it can be configured to use the simple moving average task event

0 commit comments

Comments
 (0)