hippasus / ExchangeRates

Rate exchange JSON/JSONP APIs
http://rate-exchange.appspot.com
MIT License
60 stars 27 forks source link

Getting 500 Internal Server Error #2

Closed shankyTkoshy closed 11 years ago

shankyTkoshy commented 11 years ago

Getting 500 Internal Server Error on this URL (http://rate-exchange.appspot.com/currency?from=USD&to=EUR&q=1) . I am getting this error around 5:30 AM GMT

Is this URL valid for specific timings ?

hippasus commented 11 years ago

@shankyTkoshy We've reached the GAE URL Fetch Quota for the currency API. Only 657,000 calls per day...

shankyTkoshy commented 11 years ago

Oh.. :(

Thanks

hippasus commented 11 years ago

What do you think of caching Google's result for a while? The data may not be so real-time, but we can avoid exceeding this request quota.

shankyTkoshy commented 11 years ago

Yes i have stored data in mysql table but need to update with real time data.. Anyway thanks hippasus :)