Skip to content

Add SSH executor retry

Samuel Burgos requested to merge sbldevnet/fargate:ssh_retry into master

What does this MR do?

Adds a second connection attempt if the SSH connection from the Scheduler to the job fails.Screenshot_2023-08-17_at_11.38.09

Why was this MR needed?

The task may go to a RUNNING state but the SSH service may not be ready. Using SOCI this issue occurs in more than 50 percent of the executions.Screenshot_2023-08-17_at_12.20.53

What's the best way to test this MR?

What are the relevant issue numbers?

#34 (closed)

Edited by Samuel Burgos

Merge request reports