Reason for this is that I know you counting that api request are performed on client, making it OK as is difficult only one user can make more than 40 calls in 10 secs if you do your website right. However when you call the apis and cache from the server it makes this limit a big issue. As the IP will be the same for all api calls, so if you have 50 concurrent users there will be lot of 429 errors.
Is it possible to increase that limit or a way for someone in this case to overcome this issue?
Kind Regards,
Daniel Carles
Kan du ikke finde en film eller TV-serie? Log in og opret den.
Want to rate or add this item to a list?
Ikke medlem?
Svar af Travis Bell
d. 3 july 2015 kl. 5:44 PM
Hi Daniel,
The local cache is probably your best way to go. As your cache fills up you'll be making less and less calls. Most people bring the data in house and do it this way. It has the added benefit of letting you build your schema however you need/want as well.