Skip to content

Commit

Permalink
debug celery workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kodless committed Nov 7, 2024
1 parent ea9aebd commit 8202082
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/leek/api/db/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ def get_celery_workflow_tree(
workflow_tree = build_workflow_tree(docs, wf_info["root"])
wf_info.update({
"total": len(docs)+1,
"workflow": workflow_tree
"workflow": workflow_tree,
"docs": docs,
"root_task": wf_info["root"],
})
return wf_info

0 comments on commit 8202082

Please sign in to comment.