Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improves S3 retry logic #2834

Merged
merged 3 commits into from Apr 29, 2024
Merged

Improves S3 retry logic #2834

merged 3 commits into from Apr 29, 2024

Commits on Apr 27, 2024

  1. - Increase min number of retries on errors to 3

    - Retry on ssl.SSLException
    - Backoff retry time on SSLExceptions
    nvoxland committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    6cfc9ad View commit details
    Browse the repository at this point in the history
  2. retry on get_object_size

    activesoull committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    8edc350 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2836 from activeloopai/retry_on_get_object_size

    retry on get_object_size
    nvoxland-al committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    e1a7c78 View commit details
    Browse the repository at this point in the history