Juriy / swapi

SWAPI - Star Wars API service
https://swapi.dev
BSD 3-Clause "New" or "Revised" License
286 stars 91 forks source link

Returning 429 on both local app calls and on SWAPI.dev front-end #30

Closed ZachTippit closed 3 years ago

ZachTippit commented 3 years ago

Hiya!

I have been working on a SW trivia quiz using SWAPI -- things have been working great until today when it started giving 429 errors. My code is not calling the db too frequently (faaar less than the 10,000calls/hr listed on the site; more like 300/hr while I am testing it).

Somewhat new coder and first time posting an issue - please let me know if there is anything I can do to assist :)