Hi,

I have a deferred task and am doing database insertion in task queue
defined as below,

 <queue>
    <name>dbinsert</name>
    <rate>20/s</rate>
    <bucket-size>100</bucket-size>
    <max-concurrent-requests>10</max-concurrent-requests>
    <retry-parameters>
      <task-retry-limit>7</task-retry-limit>
    </retry-parameters>
  </queue>


Since i am uploading files in task, most often i get the exception "Task
size too large".

What can i do to avoid this ?



thanks
Deepak Singh

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