replugged icon indicating copy to clipboard operation
replugged copied to clipboard

Limit number of parallel update requests

Open asportnoy opened this issue 1 year ago • 1 comments

The Replugged API has a rate limit of 20 requests per second. However, the updater currently requests all updates at once (relevant code). The check should be throttled to 15 requests per second (give some wiggle room) and properly handle 429s.

In the future, we should add a route to the backend for a bulk update check to avoid needing a lot of requests like this.

asportnoy avatar Aug 02 '23 22:08 asportnoy

I can take this.

bop34 avatar Aug 02 '23 22:08 bop34