My favorites | Sign in
Project Logo
                
Revision: r14
Author:  mcroydon
Date:  May 20, 2009
Review scores: No one has yet scored this revision.
 

Log message

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.

Affected files

    expand all   collapse all
Add/trunk/queues/backends/zenqueued.pydiff

Sign in to write a code review
Hosted by Google Code