2009-07-04

Google App Engine Task Queue

Google has added a task queue feature to the app engine (http://code.google.com/appengine/docs/python/taskqueue/overview.html). So far it's Python only, and they say Java should be coming soon. This is an essential feature for being able to do break down work into fine grained tasks, which are still subject to the 30 second execution limit and a daily quota.

No comments: