fix: add missing enqueues key to ragflow_parsing_status_cron_step config
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user