From 565194d76fefea29406a32075cc8957a8fc52d18 Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Wed, 28 Sep 2016 13:49:29 +0200 Subject: [PATCH] communication (broker - frontend) - ack --- Overall-architecture.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Overall-architecture.md b/Overall-architecture.md index ed60b60..287ca20 100644 --- a/Overall-architecture.md +++ b/Overall-architecture.md @@ -186,6 +186,7 @@ Commands from frontend to broker: Commands from broker to frontend (all are responses to **eval** command): +- **ack** - this is first message which is sent back to frontend right after eval command arrives, basically it means "Hi, I am all right and am capable of receiving job requests", after sending this broker will try to find acceptable worker for arrived request - **accept** - broker is capable of routing request to a worker - **reject** - broker can't handle this job (for example when the requirements specified by the headers cannot be met). There are (rare) cases when the