"...composable_kernel.git" did not exist on "309b1c64618c714b7f47ceb038bba68b61fa4e4e"
Fix ssh connection error (#829)
SSH client has a max number of open channels for a connection, if we set the number of trialCurrency too big, our ssh client will exec command using ssh frequently, then we will meet the error of Error: (SSH) Channel open failure: open failed. Refactor the code, set one connection has a max trial concurrency, when the number of trial reach the ssh connection restriction, will create a new ssh connection to exec trial commands.
Showing
Please register or sign in to comment