fix: add missing enqueues key to ragflow_graph_build_cron_step config

This commit is contained in:
bsiggel
2026-03-31 07:10:43 +00:00
parent c6996e04ea
commit f3f3eff796

View File

@@ -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