quintilesims / layer0

Build, Manage, and Deploy Your Applications
Apache License 2.0
44 stars 20 forks source link

Perform retries in APIClient when encountering EventualConsistency errors #589

Closed zpatrick closed 6 years ago

zpatrick commented 6 years ago

What does this pull request do? This adds retry logic to the client package whenever the EventualConsistencyError code is encountered. In that scenario, the request is retried up to 3 times.

How should this be tested? Unit Tests

Checklist

closes #585