Hi,

   This page - 
http://code.google.com/appengine/docs/python/datastore/transactions.html
- says that we cannot raise more than 5 transactional tasks in a
single transaction, and I wanted to check if this was a limit that you
were hoping to raise, or if this is likely to be a long term
restriction?  Does this restriction limit API calls to the task queue
or actual number of tasks -  e.g. could I raise more than 5 by doing
them in batch with a single call to the task queue API? Cheers,

Colin

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to