UBERF-8899: Fix Reconnect performance (#7597)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2025-01-07 23:21:27 +07:00
committed by GitHub
parent 1d836b73ab
commit a2cbc2a5fb
12 changed files with 106 additions and 73 deletions
+5
View File
@@ -162,6 +162,11 @@ export interface DBAdapterManager {
export interface PipelineContext {
workspace: WorkspaceIdWithUrl
lastTx?: string
lastHash?: string
hierarchy: Hierarchy
modelDb: ModelDb
branding: Branding | null