From f74902557280dde4365f16e234da7df29a8e3979 Mon Sep 17 00:00:00 2001 From: Jan Buchar Date: Thu, 8 Dec 2016 14:49:22 +0100 Subject: [PATCH] clarification --- Broker.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Broker.md b/Broker.md index 5c98830..fdcf8ee 100644 --- a/Broker.md +++ b/Broker.md @@ -29,7 +29,8 @@ especially when some kind of error happens on the server. The `worker_registry` class is used to store information about workers, their status and the jobs in their queue. It can look up a worker using the headers -received with a request. It also uses a basic load balancing algorithm -- the +received with a request (a worker is considered suitable if and only if it +satisfies all the headers). It also uses a basic load balancing algorithm -- the workers are contained in a queue and whenever one of them receives a job, it is moved to the back, which makes it less likely to receive another job soon.