Re: [appengine-java] Re: queue task timeout

2010-02-05 Thread AJ Chen
This must be it since timeout occurs only when multiple tasks are fired at the same time. thanks, -aj On Thu, Feb 4, 2010 at 6:11 PM, cowper wrote: > I believe that this may be due to the fact that the URL you are > requesting is on the local SDK server, which is single threaded and as > you are

[appengine-java] Re: queue task timeout

2010-02-04 Thread cowper
I believe that this may be due to the fact that the URL you are requesting is on the local SDK server, which is single threaded and as you are already using the only thread for the original request you get the timeout ... On Feb 1, 11:23 pm, AJ Chen wrote: > I'm using queued tasks to fetch feeds,