From 3af1df5b19c848d1cf5fbbb48d284840e68eb709 Mon Sep 17 00:00:00 2001 From: Cedric Verstraeten Date: Wed, 23 Oct 2024 16:08:29 +0200 Subject: [PATCH] set realtime processing to false --- machinery/data/config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machinery/data/config/config.json b/machinery/data/config/config.json index bdde575..f39b878 100644 --- a/machinery/data/config/config.json +++ b/machinery/data/config/config.json @@ -115,6 +115,6 @@ "hub_site": "", "condition_uri": "", "encryption": {}, - "realtimeprocessing": "true", + "realtimeprocessing": "false", "realtimeprocessing_topic": "" }