Congratulations!

It also works great with web2py.

web2py has a built-in cron-like mechanism but it does not work on
GAE.
Now thanks to the Task Queue API we may be able to port our cron API
(or some part of it) to GAE.

Massimo

On Jun 18, 6:52 pm, "Jason (Google)" <[email protected]> wrote:
> A new release of the Python SDK was made available earlier today. In
> addition to oft-requested support for Django 1.0 and asynchronous URL
> Fetch, this release introduces the experimental Task Queue API, which
> allows you to perform offline processing on App Engine by scheduling
> bundles of work (tasks) for automatic execution in the background
> without having to worry about managing threads or polling.
>
> You can download the newest SDK directly from the Downloads page 
> athttp://code.google.com/appengine/downloads.html.
>
> Check out the official blog post, release notes, and documentation for
> more on the newest features of the SDK. And, as always, please feel
> free to share your questions, suggestions, and comments on the group.
>
> http://googleappengine.blogspot.com/2009/06/new-task-queue-api-on-goo...http://code.google.com/p/googleappengine/wiki/SdkReleaseNoteshttp://code.google.com/appengine/docs/python/taskqueue/
>
> Cheers!
> - Jason
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to