comparison setup.py @ 13:e09cc844ff10

Added zenqueue backend as zenqueued based heavily on a patch by Daniel Lindsley. To use the zenqueued backend you'll need to set QUEUE_BACKEND to zenqueued, and also set QUEUE_ZENQUEUE_CONNECTION. The zenqueued backend defaults to using the client for HTTP but you can use either the HTTP or native method by setting QUEUE_ZENQUEUE_METHOD to http or native. Note that zenqueue does not allow for multiple named queues, so the name argument to the Queue constructor is ignored. Several other options (__len__, delete_queue, and get_list) are not supported by zenqueue.
author mcroydon
date Wed, 20 May 2009 19:25:14 +0000
parents 3b0011cd18aa
children 1358e3314c88
comparison
equal deleted inserted replaced
12:59c8c47bcf12 13:e09cc844ff10