OpenSearch/plugins/repository-azure
David Pilato 17be03e85e Add Backoff policy to azure repository
With this commit, Azure repositories are now using an Exponential Backoff policy before failing the backup.
It uses Azure SDK default values for this policy:

* `30s` delta backoff base with
   * `3s` min
   * `90s` max
* `3` retries max

Users can define the number of retries they wish by setting `cloud.azure.storage.xxx.max_retries` where `xxx` is the azure named account.

Closes #22728.
2017-04-03 10:52:44 +02:00
..
licenses Update to Azure Storage 5.0.0 2017-03-08 21:56:19 -08:00
src Add Backoff policy to azure repository 2017-04-03 10:52:44 +02:00
build.gradle Update to Azure Storage 5.0.0 2017-03-08 21:56:19 -08:00