sonicblend / MuSAPI

Music Search API
0 stars 0 forks source link

Don't cache failed Google Custom Search responses #7

Closed sonicblend closed 8 years ago

sonicblend commented 8 years ago

The code does not impose a query limit, even though Google Custom Search limits us to 100 queries / day on the free tier.

It would be best to avoid caching failed results.

sonicblend commented 8 years ago

Closing until I hit the limit... As long as the limit reached response is not a 200 status, 45d80fc should handle this just fine.