-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Labels
available (leave comment to claim)If you're interested in taking on this issue, please leave a comment!If you're interested in taking on this issue, please leave a comment!bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
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.
Metadata
Metadata
Assignees
Labels
available (leave comment to claim)If you're interested in taking on this issue, please leave a comment!If you're interested in taking on this issue, please leave a comment!bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers