Hi John,
  BulkAdd is just a level down in the taskqueue stuff, so you're
calling it just not "directly."  I've also occasionally hit this quota
in short bursts, then it will go away.  Are you seeing this for a
prolonged period or just periodically seeing small bursts of the error
in your logs?

  Are you adding 3000 tasks one at a time or in batch inserts?  And
are you saying that each entity produces 10 to 3000 tasks or that
there will be between 10 and 3000 tasks in total?

  If you're inserting very large numbers of tasks rapidly, what
happens if you throttle that back a little?

Robert






On Thu, Feb 9, 2012 at 15:45, John Wheeler <[email protected]> wrote:
> Hi Robert and Johann, I am not calling BulkAdd at all. However, I am using
> MapReduce, and that might be calling BulkAdd. Inside my MapReduce job, I am
> just adding tasks one at a time to the task queue.
>
> I might add as many as a few thousand tasks per minute.
>
> MapReduce job -> each entity -> 10-3000 tasks
>
> I do not remember having this problem before, but my app has been growing in
> size.
>
> Please advise
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/bLzs-j5838AJ.
>
> 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.

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