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 b5e0377eb0 Allow jobs to be declared without a default queue.
This makes it impossible to use delay() on them.  Instead, you should
use enqueue().
13 years ago
..
__init__.py Refactor the whole Redis connection stuff to be just as easy as in RDB. 13 years ago
daemon.py Support quitting when all work is done (i.e. queue is empty). 13 years ago
job.py Allow jobs to be declared without a default queue. 13 years ago
proxy.py Refactor the whole Redis connection stuff to be just as easy as in RDB. 13 years ago
queue.py Add ability to put work on alternate queues. 13 years ago
worker.py Bugfix. 13 years ago