UBERF-9521: Refactor session manager (#8560)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2025-04-16 20:50:58 +07:00
committed by GitHub
parent 93f40761b0
commit 0c9c985ab8
30 changed files with 897 additions and 750 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ export async function backupRestore (
recheck: false,
storageAdapter: workspaceStorage,
getConnection: async () => {
return wrapPipeline(ctx, await pipelineFactory(ctx, wsUrl, true, () => {}, null, null), wsUrl)
return wrapPipeline(ctx, await pipelineFactory(ctx, wsUrl, () => {}, null, null), wsUrl)
}
})
)