You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
Hello,
Is there a limit to how many tasks a single task can kick off? We're
getting around 25000 tasks and its throwing an error about BulkAdd()
error. Is there a "flush" for a queue in java code?
Thanks,
Mike
vlad
unread,
Oct 24, 2011, 4:15:21 PM10/24/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-a...@googlegroups.com
There is a limit of 100 tasks max per single BulkAdd call. I am not aware of any limitations (other than quota) if you spread tasks creations across multiple BulkAdd calls.