You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Vincent Driessen 518db8c24b Add better connection management.
To start using RQ, push a Redis connection up its stack, like so:

    from rq import push_connection
    push_connection(Redis())
13 years ago
rq Add better connection management. 13 years ago
tests Add some project meta stuff. 13 years ago
.gitignore Add some project meta stuff. 13 years ago
README.md Add some project meta stuff. 13 years ago
run_tests Add some project meta stuff. 13 years ago
setup.py Make it an actual PyPI-managable Python package. 13 years ago

README.md

WARNING: DON'T USE THIS IN PRODUCTION (yet)

rq — Simple job queues for Python

rq is an attempt at a lightweight Python job queue, using Redis as the queue provider.

Installation

Simply use the following command to install the latest released version:

pip install rq

If you want the cutting edge version (that may well be broken), use this:

pip install -e git+git@github.com:nvie/rq.git@master#egg=rdb