[appengine-java] Java Tasks

2010-03-29 Thread kscott
I have a simple Java task that simply checks to see if it needs to
send an email "email sent flag =N".

It is taking in excess of 6604 milliseconds to execute.  Are tasks
executed with a much lower priority?

When I moved my start time to15 minutes later I was a least able to
get rid of the most of the HTTP 500 errors caused by exceeding the
simultaneous dynamic request limit.

-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Java Tasks

2010-04-02 Thread Ikai L (Google)
No, but your cron tasks may be loading requests. That is - we are firing up
a version of your application due to low traffic.

On Mon, Mar 29, 2010 at 12:51 PM, kscott  wrote:

> I have a simple Java task that simply checks to see if it needs to
> send an email "email sent flag =N".
>
> It is taking in excess of 6604 milliseconds to execute.  Are tasks
> executed with a much lower priority?
>
> When I moved my start time to15 minutes later I was a least able to
> get rid of the most of the HTTP 500 errors caused by exceeding the
> simultaneous dynamic request limit.
>
> --
> 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
> google-appengine-j...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com
> .
> 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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.