Hintful / aram.tools

A full-stack web application that analyzes and visualizes users' performance for a popular online game, League of Legends.
https://aram.tools
2 stars 0 forks source link

Investigate/add a tool that can queue up requests to Riot API to avoid hitting rate limit #52

Open choym0098 opened 1 year ago

choym0098 commented 1 year ago

Problem

Riot API has rate limit (500 req/s, 20000 req/m).

Solution

To defeat the rate limit, investigate/add queue implementation to properly handle/schedule requests to riot API