log

age author description
Wed, 20 May 2009 19:39:37 +0000 mcroydon Updated version to 0.4 which includes two new backends: redisd and zenqueued.
Wed, 20 May 2009 19:25:14 +0000 mcroydon 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.
Tue, 12 May 2009 14:20:28 +0000 mcroydon Added QUEUE_REDIS_CONNECTION and QUEUE_REDIS_DB settings. QUEUE_REDIS_CONNECTION is required but QUEUE_REDIS_DB is optional.
Tue, 12 May 2009 11:51:48 +0000 mcroydon Added first run at redisd backend using the MIT-licensed redis client included in the redis source. This backend does not yet support supplying host, port, and db (need to rethink configuration a bit).
Wed, 28 Jan 2009 12:51:50 +0000 mcroydon Added beanstalkd backend. Thanks, Daniel.
Thu, 08 Jan 2009 18:39:27 +0000 mcroydon Remove import from setup.py.
Thu, 08 Jan 2009 18:37:34 +0000 mcroydon Bump version number for Django compatability fix.