fix: add missing enqueues key to ragflow_parsing_status_cron_step config

This commit is contained in:
bsiggel
2026-03-31 07:10:47 +00:00
parent f3f3eff796
commit 6595a50561

View File

@@ -20,6 +20,7 @@ config = {
"description": "Polls RAGflow parsing status for uploaded documents and syncs back to EspoCRM", "description": "Polls RAGflow parsing status for uploaded documents and syncs back to EspoCRM",
"flows": ["akte-sync"], "flows": ["akte-sync"],
"triggers": [cron("0 */1 * * * *")], # jede Minute "triggers": [cron("0 */1 * * * *")], # jede Minute
"enqueues": [],
} }
# RAGflow run → EspoCRM aiParsingStatus # RAGflow run → EspoCRM aiParsingStatus