I am using the default task queue with the following settings: rate 10/s bucket-size 10 max-concurrent-requests 72 task-age-limit 5 minutes (this is the retry age limit measured from the first try) min-backoff-seconds 10 max-backoff-seconds 20
The queue is used to invoke a 300 second loop (Java servlet) that finished by writing a very small entity to the datastore. 72 invocations are made. Billing is enabled. Monitoring the console, and hitting reload, I never see more than 18 instances running. What is the problem or why is this not working right? There are no log messages, no quota limits have been hit and at least 12 hours of CPU time remain under the billing limit. Note 72 invocations of 300 seconds is only 6 hours so there should be no problem. -- 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.
