support proxy select for pbs (#3461)

This commit is contained in:
LawyZheng
2025-09-18 17:21:46 +08:00
committed by GitHub
parent 763eb7bd4f
commit 3e12133af9
8 changed files with 50 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ from skyvern.schemas.runs import (
CUA_ENGINES,
BlockRunRequest,
BlockRunResponse,
ProxyLocation,
RunEngine,
RunResponse,
RunType,
@@ -2332,6 +2333,7 @@ async def new_debug_session(
new_browser_session = await app.PERSISTENT_SESSIONS_MANAGER.create_session(
organization_id=current_org.organization_id,
timeout_minutes=settings.DEBUG_SESSION_TIMEOUT_MINUTES,
proxy_location=ProxyLocation.RESIDENTIAL_ISP,
)
debug_session = await app.DATABASE.create_debug_session(