Skip to content
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

Initial Polly wrapper for GoogleOptimizeRouteService #1715

Merged
merged 1 commit into from
Jan 16, 2017

Conversation

stevejgordon
Copy link
Member

Fixes #1708

Adds a Polly retry around the call to the Google optimize route API endpoint. We will retry 2 times after the initial attempt on any exception. This could be improved once we have some logging to determine if there are exceptions / return codes that we feel do not warrant a retry.

  • Added Polly dependency to the project
  • Wrapped the Google API call code with a Retry Policy

@BillWagner
Copy link
Member

Thanks @stevejgordon This looks good. :shipit:

@BillWagner BillWagner merged commit a722abf into HTBox:master Jan 16, 2017
@stevejgordon stevejgordon deleted the 1708 branch March 30, 2017 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants