duckdb_azure icon indicating copy to clipboard operation
duckdb_azure copied to clipboard

Test & Expose retry config

Open samansmink opened this issue 1 year ago • 0 comments

Azure SDK seems to have a retry mechanism that is on by default: https://github.com/Azure/azure-sdk-for-cpp/blob/b8d2301931091bbc2374706da605e954ee4d9863/sdk/core/azure-core/inc/azure/core/http/policies/policy.hpp#L79.

We would like to:

  • confirm/test that it works as expected
  • expose the configuration to the user

The main question is how to unify / distinguish these for the similar settings in the httpfs extension

samansmink avatar Aug 10 '23 13:08 samansmink