Closed jasonbhart closed 8 years ago
It looks like when we get a timeout or otherwise failure from querying the Yelp API, we still cache that response instead of disregarding it and trying again. Either way we should not cache failed API calls.
https://github.com/jasonbhart/mmh-node-yelp/commit/b8854b6f7d2368275b3bf5c08d6f999efe0523f6
It looks like when we get a timeout or otherwise failure from querying the Yelp API, we still cache that response instead of disregarding it and trying again. Either way we should not cache failed API calls.