fix: add missing enqueues key to ragflow_graph_build_cron_step config
This commit is contained in:
@@ -32,6 +32,7 @@ config = {
|
|||||||
"description": "Polls and triggers Knowledge Graph builds in RAGflow for CAkten",
|
"description": "Polls and triggers Knowledge Graph builds in RAGflow for CAkten",
|
||||||
"flows": ["akte-sync"],
|
"flows": ["akte-sync"],
|
||||||
"triggers": [cron("0 */5 * * * *")], # alle 5 Minuten
|
"triggers": [cron("0 */5 * * * *")], # alle 5 Minuten
|
||||||
|
"enqueues": [],
|
||||||
}
|
}
|
||||||
|
|
||||||
BATCH_SIZE = 50
|
BATCH_SIZE = 50
|
||||||
|
|||||||
Reference in New Issue
Block a user