Closed NexoMichael closed 6 years ago
The fix allows to configure retries attempts count for idempotent calls made by HostClient. Motivation: a lot of API's do not treat PUT/DELETE/HEAD HTTP requests as idempotent that's why retrying of this calls can lead to serious behaviour issues.
Thanks.
The fix allows to configure retries attempts count for idempotent calls made by HostClient. Motivation: a lot of API's do not treat PUT/DELETE/HEAD HTTP requests as idempotent that's why retrying of this calls can lead to serious behaviour issues.