Open robertjchristian opened 7 years ago
/cc @jonparrott
It looks like there are quite a few queue-related features in flux and the moment, and that pull queue would only be available in app engine standard, not flex. I found step six of the bookshelf tutorial to be perfectly sufficient for pull queue on app engine flex and Python 3.4. You can consider this closed as far as I am concerned. Thank you.
^^^ (using pubsub, not the queue API's)
from google.appengine.api import taskqueue
How can I make this work locally, and deployed? This doesn't seem to be installable from requirements.txt. Seems as if one needs to copy gcloud sdk to a local lib folder and add that to python path but only for dev and that it will be made available by other means when deployed. But none of this is documented nor explained.