What is your best way to remove all of the blob from blobstore? I\'m using Python. I have quite a lot of blobs and I\'d like to delete them all.I\'m
Is there anything like Celery that works with unix domain sockets? My current host (dreamhost) forbids the running of servers that listen on IP sockets, so I need something that will work with domain
I am building a service 开发者_StackOverflow中文版that involves node(s) pulling tasks from a task server. To carry out the task is pretty simple, it just pulls some stuff from a DB and sends it to a S
I\'m attempting to use GAE TaskQueue\'s REST API to pull tasks from a queue to an external server (a server not on GAE).
I have a shared memory pool from which many different threads may request an allocation. Requesting an allocation from this will occur a LOT in every thread, however the amount of thr开发者_开发问答ea
I\'m working on a voting app, where the user can upload a list of email addresses for all of the voters.After doing some error checking, I create a Voter entity for each voter.Since there can be a lar
I\'m using testbed to unit test my google app engine app, and my app uses a taskqueue. When I submit a task to a taskqueue during a unit test, it appears that the task is in the queue, but the task d
I am currently designing a web application that will allow users to schedule tasks which will be executed against an HTTP API (on behalf of them). The tasks can be recurring and the minimal time resol
I have a iPhone app that has a queue of pictures to upload to a web server. The question is: How to create a IBAction to stop the uploads? Here\'s a snippet of my code:
I\'ve got a situation where I want to make 1000 different queries to the datastore, do some calculations on the results of each individual query (to get 1000 separate results), and return the list of