Why don't you just add that task to a queue and if it fails, it will automatically re-execute itself and run again in a few minutes.
On Aug 19, 12:00 am, alon <[email protected]> wrote: > Hey, > I need to keep a task running and monitoring twitter stream api. > > Is it possible to initiate a task that does > > try > > catch DeadlineExceededException > > task.add the same task again? > > so basically the task will always rerun itself over and over and over > indefinitely? i dont mind it ending after 30 seconds at a time or even > less but atleast i can keep on monitoring the stream 30 seconds at a > time. > > is that possible? -- 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.
