[google-appengine] Re: 30 seconds limitation

2011-01-19 Thread Simon Knott
Hi, It should be noted that the deadline for URLFetch can now be increased to 10 minutes for cron/task queues, as mentioned in the latest release notes: http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes Simon On Jan 18, 7:24 pm, Michael Weinberg weinbe...@gmail.com wrote: Govindad,

[google-appengine] Re: 30 seconds limitation

2011-01-18 Thread Michael Weinberg
Govindad, Your code running on GAE has two types of time limitations - Web Requests serving clients are limited to 30 seconds. Code invoked by scheduled cron jobs or code invoked by GAE Task mechanism is limited to 10 minutes. Now when your code needs to fetch data from 3rd party