Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Why + What changed === - add details about what failed where possible instead of just overriding the error with "Failed to create ws after retrying max number of times" - construct `handshake_metadata` earlier so if the await fails it is before ws is established the plan is to also stop proc level retries within ai-infra on handshake errors because otherwise we get an explosion of connection attempts: - single failure (either due to pid2 crashing or other reasons) - causes retry at the proc level - each proc level failure will retry the underlying transport connection 5 times Test plan ========= _Describe what you did to test this change to a level of detail that allows your reviewer to test it_ --------- Co-authored-by: lhchavez <[email protected]>
- Loading branch information