Is there a python module compatible with Google Apps Engine's new "Tasks"
Posted
by refack
on Stack Overflow
See other posts from Stack Overflow
or by refack
Published on 2009-07-01T11:43:50Z
Indexed on
2010/03/14
10:25 UTC
Read the original article
Hit count: 188
I'm writing a Python application, that I want to later migrate to GAE. The new "Task Queues" API fulfills a requirement of my app, and I want to simulate it locally until I have the time to migrate the whole thing to GAE.
Does anyone know of a compatible module I can run locally?
© Stack Overflow or respective owner