diff --git a/Communication.md b/Communication.md index d0ecaca..caa5c3f 100644 --- a/Communication.md +++ b/Communication.md @@ -38,11 +38,6 @@ Commands from _execution thread_ to _listening thread_: - `job_id` - identifier of finished job - `result` - response result, one of "OK" and "ERR" -Note that we will need to store the job ID and the assignment configuration -somewhere close to the submitted files so it's possible to check how a -submission was evaluated. The job ID will likely be a part of the submission's -path. The configuration could be linked there under some well-known name. - ### Progress callback