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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@uppy/tus: pause all requests in response to server rate limiting #3394

Merged
merged 5 commits into from
Jan 10, 2022

Commits on Dec 28, 2021

  1. @uppy/tus: pause all requests in response to server rate limiting

    When the remote server responds with HTTP 429, all requests are
    paused for a while in the hope that it can resolve the rate limiting.
    Failed requests are also now queued up after the retry delay. Before
    that, they were simply scheduled which would sometimes end up
    overflowing the `limit` option.
    aduh95 committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    4c0e1c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. Address review comments

    aduh95 committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    7e1dc04 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Configuration menu
    Copy the full SHA
    8f24fff View commit details
    Browse the repository at this point in the history
  2. Auto rate limiting

    aduh95 committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    fd64c15 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. fix RateLimitedQueue

    aduh95 committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    ab6c33c View commit details
    Browse the repository at this point in the history