-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EIT-437 Add retries to reading from vault (#30)
* Add retries to reading from vault We occasionally see transient errors talking to Vault. This results in the occasional `E_AUTH_FAILED` error being logged in our applications and via `nsqd`. Because these are transient, we should just pause for a moment and retry. * only retry on socket timeouts * java style sniping * java style sniping --------- Co-authored-by: Jack Sadanowicz <[email protected]>
- Loading branch information
1 parent
d089667
commit 7beb7d5
Showing
3 changed files
with
91 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,5 @@ | |
.idea/ | ||
target/ | ||
config.yml | ||
dependency-reduced-pom.xml | ||
dependency-reduced-pom.xml | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters