From 912f7dce7222d345dc6cc6cc593a45ee7e2e15f8 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 2 Jul 2020 15:28:51 +0100 Subject: initial server side continuous mapreduce runner --- samples/dtail.schema.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'samples/dtail.schema.json') diff --git a/samples/dtail.schema.json b/samples/dtail.schema.json index 73807fc..0497fbf 100755 --- a/samples/dtail.schema.json +++ b/samples/dtail.schema.json @@ -43,7 +43,7 @@ } } }, - "Monitor": { + "Continuous": { "type": "array", "items": { "type": "object", @@ -54,6 +54,9 @@ "Enable": { "type": "boolean" }, + "RestartOnDayChange": { + "type": "boolean" + }, "Files": { "type": "string" }, -- cgit v1.2.3