From f3f3eff7967c4139fd93bd53eb07e8d6d18bebf5 Mon Sep 17 00:00:00 2001 From: bsiggel Date: Tue, 31 Mar 2026 07:10:43 +0000 Subject: [PATCH] fix: add missing enqueues key to ragflow_graph_build_cron_step config --- src/steps/crm/akte/ragflow_graph_build_cron_step.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/steps/crm/akte/ragflow_graph_build_cron_step.py b/src/steps/crm/akte/ragflow_graph_build_cron_step.py index 129415c..a9b02e9 100644 --- a/src/steps/crm/akte/ragflow_graph_build_cron_step.py +++ b/src/steps/crm/akte/ragflow_graph_build_cron_step.py @@ -32,6 +32,7 @@ config = { "description": "Polls and triggers Knowledge Graph builds in RAGflow for CAkten", "flows": ["akte-sync"], "triggers": [cron("0 */5 * * * *")], # alle 5 Minuten + "enqueues": [], } BATCH_SIZE = 50