percy / python-percy-client

[Deprecated] Python client library for visual regression testing with Percy.
https://percy.io/docs/clients/python/selenium
MIT License
21 stars 24 forks source link

Add retries on both get and posts to Percy's API #32

Closed timhaines closed 7 years ago

timhaines commented 7 years ago

@fotinakis Have exercised this manually, and seen that it does indeed retry on the 5XX responses I've targeted. Will retry posts up to 3 times with exponential backoff.