Have you tried to catch and retry the timeouts / deadline errors, and decrease the rpc deadline for the create call? The second will let you try the first part of the solution more times if you hit errors.
If you're hitting these issues a lot, I'd file a production issue. I've seen several other people reporting similar issues. Robert On Mon, Feb 6, 2012 at 18:11, thstart <[email protected]> wrote: >>Performing the upload itself is done by the user, not your application. > > The app is in usage and I am aware how it works, the debugger show it very > well. > > But I get the issues described above: > 1) errors. > 2) timeouts. > > > > -- > 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/-/5JxZuMeEtw8J. > > 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.
