From 6f57753c7e8933d06f70bb646132b6447bb96a91 Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Tue, 6 Sep 2016 20:21:45 +0200 Subject: [PATCH] aborted --- Communication.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Communication.md b/Communication.md index 2c0e01e..20be467 100644 --- a/Communication.md +++ b/Communication.md @@ -53,6 +53,7 @@ Commands: - UPLOADED - results are uploaded to fileserver - STARTED - evaluation of tasks started - ENDED - evaluation of tasks is finnished + - ABORTED - evaluation of job encountered internal error, job will be rescheduled to another worker - FINISHED - whole execution is finished and worker ready for another job execution - TASK - task state changed - see below - `task_id` - only present for "TASK" state - identifier of task in current job @@ -208,6 +209,7 @@ Message JSON format is dictionary with keys: - UPLOADED - results are uploaded to fileserver - STARTED - evaluation of tasks started - ENDED - evaluation of tasks is finnished + - ABORTED - evaluation of job encountered internal error, job will be rescheduled to another worker - FINISHED - whole execution is finished and worker ready for another job execution - TASK - task state changed - see below - **task_id** - id of currently evaluated task. Present only if **command** is "TASK".