Hi, I have the same problem today. My app is throwing ApiDeadlineExceededException for last 10 hours because of file.create()! It seems that blobstore service is down because the app works without change for last two months well.
com.google.apphosting.api.ApiProxy$ApiDeadlineExceededException: The API call file.Create() took too long to respond and was cancelled I'm really angry because I already pay for this toy called GAE! Best regards Filip On Feb 6, 5:46 am, Robert Kluin <[email protected]> wrote: > 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.
