Skip to content

Retry ContainerAttach as it always open a new connection and is subject for failing

Kamil Trzciński requested to merge attach-container-fix into master

What does this MR do?

Retries ContainerAttach operation, as this is subject to fail. It opens a new connection, which sometimes does not succeed.

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Tests
    • Added for this feature/bug
    • All builds are passing
  • Branch has no merge conflicts with master (if you do - rebase it please)

What are the relevant issue numbers?

Closes #3438

Merge request reports