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