From 3ecaed99580f378fbcb2598b2570c65d0f3ebc99 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 16 Nov 2014 17:10:59 +0100 Subject: .. --- PROTOCOL | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'PROTOCOL') diff --git a/PROTOCOL b/PROTOCOL index f3d48ff..35ed369 100644 --- a/PROTOCOL +++ b/PROTOCOL @@ -39,3 +39,9 @@ On receiving a 'register' operation the master must handle accordingly, usually adding the coordinator as known and alive and provide new platforms and architectures to run workers on. Also currently scheduled jobs must be examined. + +The coordinators also send all known workers to the master as a list: + +{ "workers": { "name": "worker1", "mode": "direct", "command": "build.sh" } + { "name": "worker2", "mode": "direct", "command": "build.sh" } +} -- cgit v1.2.3-54-g00ecf