UBERF-7790: Fix connection timeout issue (#6301)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2024-08-09 18:24:49 +07:00
committed by Andrey Sobolev
parent e9f1032b7b
commit 2e59df60da
6 changed files with 53 additions and 38 deletions
@@ -739,6 +739,9 @@ export class PlatformWorker {
}
}
}
this.ctx.info('************************* Check workspaces done ************************* ', {
workspaces: this.clients.size
})
return errors > 0
}