You can actually use as much task storage as you like (billable) - this can be defined as per:
https://developers.google.com/appengine/docs/java/config/queue#Setting_the_Storage_Limit_for_All_Queues Basically one would not want to move too large data around through task queues. Depending on the application design larger objects can be stored in datastore and only entity keys need to be pushed through tasks to be processed. Marcel -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
