-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FDS-2497] Wrap google API execute calls with a 5 attempt retry #1513
Conversation
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥 LGTM! Lets wait for the develop endpoint to be deployed before the rest of the team reviews, but I'm going to pre-approve.
I believe this and #1505 will be the PR's that will resolve lots of the disconnect issues that I've been seeing
@BryanFauble Could you share a way that we could reproduce the error that you put in the description? And we could add a test to verify that the solution works? |
There is no way to reliable re-create this issue because it depends on the google API servers failing to serve the request. By virtue of us getting less failures during our integration tests we can implicitly see that it is working. While I was writing this I had also semi-regularly gotten these failures, but once the code was in place I didn't get a single one. |
@BryanFauble thanks, that makes sense. I will approve for now. Thanks for your PR. |
Problem:
Solution:
Testing: