DSD-DBS / polarion-rest-api-client

An API Client for the Polarion REST API.
1 stars 0 forks source link

feat: Add a one time retry if an API error appears for all requests #7

Closed micha91 closed 1 year ago

micha91 commented 1 year ago

We retry every request once, if it fails due to an API error. Tests were extended and added.