Fix missing workspace parameter in update flags status call
(cherry picked from commit 1745b30a5f)
This commit is contained in:
parent
dc4c10c346
commit
5febb88824
1 changed files with 1 additions and 1 deletions
|
|
@ -2338,7 +2338,7 @@ def create_document_routes(
|
||||||
pipeline_status_lock = get_namespace_lock("pipeline_status")
|
pipeline_status_lock = get_namespace_lock("pipeline_status")
|
||||||
|
|
||||||
# Get update flags status for all namespaces
|
# Get update flags status for all namespaces
|
||||||
update_status = await get_all_update_flags_status()
|
update_status = await get_all_update_flags_status(workspace=rag.workspace)
|
||||||
|
|
||||||
# Convert MutableBoolean objects to regular boolean values
|
# Convert MutableBoolean objects to regular boolean values
|
||||||
processed_update_status = {}
|
processed_update_status = {}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue