mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-22 09:48:06 +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` |
||
|---|---|---|
| .. | ||
| src | ||
| types | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
@uppy/utils
Shared utility functions for Uppy Core and the “official” plugins maintained by the Uppy team.
Uppy is being developed by the folks at Transloadit, a versatile file encoding service.
Installation
Unless you are creating a custom plugin, you should not need to install this manually.
$ npm install @uppy/utils