mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-22 01:40:29 +00:00
* @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. * Address review comments * fix requests bypassing queue pause state * Auto rate limiting * fix `RateLimitedQueue` |
||
|---|---|---|
| .. | ||
| getFingerprint.js | ||
| index.js | ||
| index.test.js | ||