fix(sandbox): scope provisioner PVC data by user (#2973)

* fix(sandbox): scope provisioner PVC data by user

* Address provisioner PVC review feedback
This commit is contained in:
魔力鸟
2026-05-17 15:23:42 +08:00
committed by GitHub
parent c0233cae26
commit e74e126ed3
7 changed files with 92 additions and 29 deletions
@@ -21,6 +21,8 @@ import logging
import requests
from deerflow.runtime.user_context import get_effective_user_id
from .backend import SandboxBackend
from .sandbox_info import SandboxInfo
@@ -138,6 +140,7 @@ class RemoteSandboxBackend(SandboxBackend):
json={
"sandbox_id": sandbox_id,
"thread_id": thread_id,
"user_id": get_effective_user_id(),
},
timeout=30,
)