vote up 0 vote down star
1

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?

flag
Is it not a part of the local development environment you use for GAE? – Lennart Regebro Jul 1 at 11:54
I need something more "production" ready. – refack Jul 1 at 12:11
The dev_appserver itself isn't production ready. You certainly shouldn't be serving real users with it. – Nick Johnson Jul 6 at 7:33
Obviously, that's why I'm looking for a compatible alternative. – refack Jul 8 at 6:24

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.