Skip to content

Limit number of parallel update requests #524

@asportnoy

Description

@asportnoy

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!bugSomething isn't workinggood first issueGood for newcomers

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions