you could probably chain tasks via task queue, but background processing is coming, waiting for that will probably be a better fit.
On May 7, 7:53 am, sonam <[email protected]> wrote: > I am having a piece of code/method which runs continuously to stream > from a server and stores data in datastore which is later on retrieved > by other methods for further processing. > How can i do this ?Any help. > > -- > 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 > athttp://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.
