Split the work into manageable chunks and create one TaskQueue task per chunk. TaskQueue jobs have a request time limit of ten minutes [0], which may well be enough to send all your emails.
[0]: https://developers.google.com/appengine/docs/java/backends/overview Joakim On Saturday, July 7, 2012 7:19:12 PM UTC+2, Vivek Kumar wrote: > > Hello > > We have around 10000 registered users with us who are blood donors. We > want to send them periodic emails like every month to remind them or their > account status etc. > Obviously, a single request cannot process so many emails. > > So, what is the suggested way to handle this use case without hitting > request time limits etc on app engine? > > our app is in GAE for java > > Vik > -- 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/-/Oah95qLypI8J. 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.
