GoogleCloudPlatform / appengine-pullqueue-counter

An example for App Engine pull queue
Apache License 2.0
6 stars 10 forks source link

Example does not show how to make taskqueue dependency available to python runtime. #3

Open robertjchristian opened 7 years ago

robertjchristian commented 7 years ago

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.

tswast commented 7 years ago

/cc @jonparrott

robertjchristian commented 7 years ago

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.

robertjchristian commented 7 years ago

^^^ (using pubsub, not the queue API's)