if something is taking longer than 20-30 sec to generate, it is not good to make user to wait. One minute limit for requests is there for a reason.
Either you have to prepare document in advance, or use bigquery, or send email once doc is ready. On Sunday, 15 December 2013 11:01:19 UTC, Anil S wrote: > > > HI, > > I have been using Google app engine for a while and faced some timeout > issues while handling large data sets. MY application developed on Java > Platform. > > Problem: > When customer selects a date duration from UI, request goes to app engine > to fetch the data from data store and run through custom logic on results > and sends summarized view of data back to display in chats. Due to large > volume of data, I am getting DeadlineExceededException. > > I can't really use task queues as I need to show the data on view for user > request. > > Can anyone suggest how to resolve this issue? > > Note: I am using Objectfy 4 > > Thanks in advance, > Anil. > -- 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.
