From 8468d86a3c49f543b1d656488f82d6055b58d2c0 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Mon, 26 Oct 2020 10:55:45 +0000 Subject: [PATCH] TMSS-318: removed barrier, as we may move that to the SU task table as a more generic solution. --- .../src/tmss/tmssapp/schemas/task_template-ingest-1.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/SAS/TMSS/src/tmss/tmssapp/schemas/task_template-ingest-1.json b/SAS/TMSS/src/tmss/tmssapp/schemas/task_template-ingest-1.json index b8e71cb65d6..a801c6fc52d 100644 --- a/SAS/TMSS/src/tmss/tmssapp/schemas/task_template-ingest-1.json +++ b/SAS/TMSS/src/tmss/tmssapp/schemas/task_template-ingest-1.json @@ -5,13 +5,8 @@ "description": "This schema defines the parameters to setup an ingest task.", "version": 1, "type": "object", + "additionalProperties": false, "properties": { - "su_start_barrier": { - "type": "boolean", - "title": "Wait for Scheduling Unit to allow ingest", - "description": "Set to false to start ingesting when all predecessors have finished.", - "default": false - } }, "required": [ ] -- GitLab