No need to poll, just use the eta= param of taskqueue.add to schedule the task.
Here is a code example that uses eta and timedelta to schedule a task in the future: http://appengine-cookbook.appspot.com/recipe/hot-handler Robin On Nov 2, 2:18 pm, Brandon Thomson <[email protected]> wrote: > Yes, use the task queue. > > On Nov 1, 2:33 am, Nikki Erwin Ramirez <[email protected]> wrote: > > > I'd like to defer execution until a specific date and time based on > > something done with the application. A very simple example would be > > to schedule the sending of an email notification. > > > Is this possible, or do I have to poll by myself? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
