In a for loop, we schedule around 10 deferred tasks to a dedicated
queue. Often times around 50% of the tasks are missing. The tasks are
either not added to the queue or not executed. Could some body help explain
why?

The task parameters are very simple and small. Here is the call.
deferred.defer(self.__class__._deferred_execute,
processorClass=self.__class__, userHashCode=i, queueName='countclicks')

The queue is defined as:
- name: countclicks
  rate: 10/s
  bucket_size : 5
  retry_parameters:
    task_retry_limit: 1

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

Reply via email to