It appears the simulated task queue that ships with the development server processes tasks serially. Is there a way to run tasks concurrently with the dev server? I’m assuming with the 2.7 threadsafe stuff, this should be possible?
It appears the simulated task queue that ships with the development server processes tasks
Share
In short, no! Forget about the dev server for the more advanced work is my advice, deploy deploy deploy!
GVR says:
from a similar question: GAE python threads not executing in parallel
Although that’s relevant to tasks, you have to assume that if the threading behaviour of the servers is not emulated on the dev server neither is the ‘threaded’ task behaviour.