Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add retries to requests sessions
Every so often we get connection timed out errors towards our HCP Vault endpoint. This is usually when a larger number of jobs is running simultaneously. Considering requests for other jobs do still succeed this is probably load related and adding a retry should help in making this a bit more robust.
- Loading branch information