summaryrefslogtreecommitdiff
path: root/PROTOCOL
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2014-11-16 17:10:59 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2014-11-16 17:10:59 +0100
commit3ecaed99580f378fbcb2598b2570c65d0f3ebc99 (patch)
tree3b972c7da2a3143727caf901b5ed4fa1f9099521 /PROTOCOL
parent842308eb541ecf78391addc0b6778f8f1daab1e4 (diff)
downloadbiruda-3ecaed99580f378fbcb2598b2570c65d0f3ebc99.tar.gz
biruda-3ecaed99580f378fbcb2598b2570c65d0f3ebc99.tar.bz2
..
Diffstat (limited to 'PROTOCOL')
-rw-r--r--PROTOCOL6
1 files changed, 6 insertions, 0 deletions
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" }
+}