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 17:39:38 +07:00
committed by GitHub
parent 87dcee12ab
commit a1fe33b2be
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
}