You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When multiple users are on the app making searches at the same time, the yelp api seems to not be able to handle all the traffic and returns a "too many requests" error. This is due to a limit on simultaneous API calls, not the daily limit for the yelp API.
When this happens, the covid 19 & results banners get posted to the site, but no data gets displayed.
solutions
add additional api keys to be used in the case of one returning error 429 "too many requests" (pr additional yelp API key added #48)
display a modal to the user with information about the site being too busy. Something like the following: "Sorry, the site is experiencing high traffic and can't perform your search at the moment. Please try again later :)"
problem
When multiple users are on the app making searches at the same time, the yelp api seems to not be able to handle all the traffic and returns a "too many requests" error. This is due to a limit on simultaneous API calls, not the daily limit for the yelp API.
When this happens, the covid 19 & results banners get posted to the site, but no data gets displayed.
solutions
The text was updated successfully, but these errors were encountered: