Let me check to make sure we're not having problems with geocoding API calls from App Engine APIs.
On Thu, Feb 18, 2010 at 2:26 PM, Ivan Pardo <[email protected]> wrote: > I have been running the same geocoding service with my app, > truxmap.com for the last several months. for some reason, since the > server maintenance last night, nearly all geocodeer requests result in > an 620 error. Im using app engine as the host and i havent changed > anything in the geocoder class in the last couple months. > > the problem appears to be ip related since i can get a successful 200 > response if i try to connect to the URL from my pc. for the last few > months i havent had to use any sleep calls -- ive simply been running > through a for loop and sending out the geocoder requests. now, > however, even with sleep, i will only get 1 successful response every > hour or so (i removed the cron job and am running the servlets myself) > and that is quickly followed by a 620 response for the next requests > (even with a 3000 ms sleep). what could be causing this sudden change? > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > -- Ikai Lan Developer Programs Engineer, Google App Engine http://googleappengine.blogspot.com | http://twitter.com/app_engine -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
