In some situations mostly when there is some App Engine Task Queue issue (it 
shows status as Elevated) I see some of my queues get too big causing issues 
on my real-time requests, which often, in the logs I see fail, since the 
request is waiting for too long to be processed.

I was wondering if I could have an expiry time set for the tasks in the 
queue so that the tasks are not run after a given time. Should I be using 
<task-age-limit> 
in the queue.xml to set the expiry time? Does the task get dropped from the 
queue after the expiry is reached ?  

-- 
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-java@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.

Reply via email to