man-group / ArcticDB

ArcticDB is a high performance, serverless DataFrame database built for the Python Data Science ecosystem.
http://arcticdb.io
Other
1.52k stars 93 forks source link

Customize s3 timouts with ConfigsMap #1872

Closed IvoDD closed 1 month ago

IvoDD commented 1 month ago

Now allows configuring custom:

This is useful for networking issues to allow failing faster with lower timeout or for increasing the timeout if we expect to read large chunks.

Reference Issues/PRs

What does this implement or fix?

Any other comments?

Checklist

Checklist for code changes... - [ ] Have you updated the relevant docstrings, documentation and copyright notice? - [ ] Is this contribution tested against [all ArcticDB's features](../docs/mkdocs/docs/technical/contributing.md)? - [ ] Do all exceptions introduced raise appropriate [error messages](https://docs.arcticdb.io/error_messages/)? - [ ] Are API changes highlighted in the PR description? - [ ] Is the PR labelled as enhancement or bug so it appears in autogenerated release notes?
poodlewars commented 1 month ago

Closing in favour of #1875