runtime: use workspace id for profile archives

This commit is contained in:
2026-07-10 03:14:15 +09:00
parent 9f6abb675c
commit 69fd11a233
2 changed files with 36 additions and 1 deletions
+2
View File
@@ -238,6 +238,7 @@ impl WorkspaceApi {
runtime.register(
RemoteWorkerRuntime::new(
remote_config,
config.workspace_id.clone(),
config
.backend_base_url
.clone()
@@ -1829,6 +1830,7 @@ async fn add_remote_runtime_connection(
})?;
let active_runtime = RemoteWorkerRuntime::new(
active_config,
api.config.workspace_id.clone(),
api.config
.backend_base_url
.clone()