Hi Gaurav,
  I wonder if this issue is related to how your code works.  In the
past I've used the files api to write a lot of blobs, via tasks,
simultaneously without issues.  If you're able to put together some
simple code and instructions to replicate the issue with that little
load, someone can spot the issue.  You might also consider filing an
issue.

  Another idea to experiment with is adjusting the RPC deadline.  If
you reduce it, you'll get the timeout fast which will allow you to
retry more times.  In some cases, this can help.


Robert






On Sun, Feb 5, 2012 at 00:24, Gaurav Misra <[email protected]> wrote:
> Hi Robert,
>
> I tried that solution and it has helped reduce the rate but with 4 test
> users we are still seeing a very high rate for these errors. I try three
> times to make it work but it still fails. I think if I try more than a few
> times, I might hit the request timeout deadline, and its not good for the
> user to wait a long time either.
>
> Thanks for your help,
> Gaurav
>
> --
> 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/-/dQ3ipcgw7F4J.
>
> 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