chenwardT / lol_stats2

Website to perform match aggregation and analysis for Riot Games' League of Legends.
2 stars 0 forks source link

Avoid rate-limiting calls to Riot's endpoints that are not subject to their rate limits #8

Open chenwardT opened 8 years ago

chenwardT commented 8 years ago

Currently, all calls to Riot's API go through a single rate-limited task (riot_api, this name will probably change soon!).

While it probably won't have much of an impact, there are some calls that are not subject to the developer's rate limit, like requests for the current list of all champions, etc. Such calls should not themselves be rate-limited or affect the request rate tracking done by Celery.