Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Drop tenacity retry around connect
Wrapping retry for essentially *all* exceptions can lead to repeated failures which will not magically be handled. retry should be instead used more cautiously only for known failures.
- Loading branch information