So the max deadline of an "online" urlfetch call is still 10 seconds?
What happens if I try to set it to, say, 20 seconds, for an online urlfetch call? Is the deadline maxed out at 10 seconds or remains the default 5 seconds? Because if it's the former then I can use the same code for both online and offline scenarios. Thanks. On Jan 7, 1:41 pm, "Nick Johnson (Google)" <[email protected]> wrote: > Hi Keakon, > > On Thu, Jan 6, 2011 at 4:17 PM, 风笑雪 <[email protected]> wrote: > > I found the SDK 1.4.1 has increased the limit, but I don't know what's > > the offline URL Fetch: > > > The deadline for offline URL Fetch API requests for Python and Java have > >> been increased to a maximum of 10 minutes. The default deadline for offline > >> URL Fetch requests remains the same. > > > Does it mean the URL Fetch requests sent from cron jobs or tasks? > > That's correct. We refer to cron jobs and task queue tasks as 'offline' > requests. > > -Nick > > > > > ---------- > > keakon > > > My blog(Chinese):www.keakon.net > > Blog source code:https://bitbucket.org/keakon/doodle/ > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google App Engine" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<google-appengine%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-appengine?hl=en. > > -- > Nick Johnson, Developer Programs Engineer, App Engine > Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number: > 368047 -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
