Limit number of parallel update requests #524
Labels
available (leave comment to claim)
If you're interested in taking on this issue, please leave a comment!
bug
Something isn't working
good first issue
Good for newcomers
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.
The text was updated successfully, but these errors were encountered: