Azure / Azure/azure-storage-cpplite

Configurable Retry Policy

Open
#61 2 comments 0 reactions 0 assignees View on GitHub
feature request
Dominant language
C++
Stars
26
Forks
50
PR merge metrics
No merged PRs in 30d

Description

Both `class blob_client` constructors initialize `executor_context blob_client::m_context` with the default `class retry_policy`. The default retry policy retries 26 times with an exponential back-off up to 60 seconds on each retry.

Please support a configurable retry policy. I'd suggest:
1. Allow `class retry_policy` to be constructed with both a maximum retry count and a retry interval.
2. Allow `class blob_client` to be constructed with an instance of `class retry_policy`.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.