task-queue
What is the easiest way of deleting all my blobstore data?
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[详细]
2023-04-03 23:22 分类:问答Defining a processing rate for an App Engine mail queue
I believe the following queue.xml represents the fastest processing rate you can configure for a Task Queue on App Engine:[详细]
2023-04-03 11:50 分类:问答Python-compatible distributed messaging/task system (like Celery) that uses domain sockets
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[详细]
2023-03-28 15:13 分类:问答Should I use Threads for a Task Processor?
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[详细]
2023-03-28 14:17 分类:问答GAE TaskQueue: Sample code for accessing pull queue from outside App Engine?
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).[详细]
2023-03-26 22:03 分类:问答Better to lock on a shared resource, or have a thread to fulfill requests?
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[详细]
2023-03-26 18:37 分类:问答taskqueue and non-idempotent tasks
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[详细]
2023-03-20 15:48 分类:问答GAE: unit testing taskqueue with testbed
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[详细]
2023-03-19 12:34 分类:问答limits of bulk email in GAE
I\'m working on a voting app where I need to send an email to each voter to inform him or her about the electio开发者_运维技巧n.I see three methods for doing this and I\'m curious what the approximate[详细]
2023-03-13 03:30 分类:问答Queue file operations for later when file is locked
I am trying to implement file based autoincrement identity value (at int value stored in TXT file) and I am trying to come up with the best way to handle concurrency issues. This identity will be used[详细]
2023-03-05 18:25 分类:问答