The tasks were probably not enqueued but then there should have been a log message like "Unhandled Exception: failed to enqueue." but there were no errors in the log. I will write again if this ever happens again.
On Mar 17, 12:21 pm, Robert Kluin <[email protected]> wrote: > Hi Brian, > "[T]here are no tasks in the queue, no relevant messages in the log, > no instances running, and no objects in the datastore. What is the > problem?" > > Sounds like a coding issue to me. Are you sure the tasks were > actually enqueued to begin with? Are there other return paths in the > task that would result in an entity not being written, or the task > immediately returning? > > Robert > > On Thu, Mar 17, 2011 at 07:18, Brian Lim <[email protected]> wrote: > > I am using the default task queue with the following settings: > > rate = 10/s > > bucket-size = 10 > > max-concurrent-tasks = 72 > > min-retry-seconds = 10 > > max-retry-seconds = 20 > > > I submitted 72 tasks to a resource that is a Java servlet that is a > > 300 second while loop. Billing is enabled. Each task will write a > > very small entity to the datastore. > > > The job was submitted at Thu Mar 17 7:03 am Eastern time. It should > > have finished by 7:08 am Eastern, ideally, but given GAE's flaws, > > probably more like 7:11 am. > > > It is now 7:15 am and there are no tasks in the queue, no relevant > > messages in the log, no instances running, and no objects in the > > datastore. What is the problem? > > > This code was already tested with slightly different settings and is > > known to work (billing disabled, 300 second tasks, 20 instances). > > > -- > > 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 > > athttp://groups.google.com/group/google-appengine?hl=en. -- 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.
