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 04c88577ed Bugfix: LPOP does not support multiple queue arguments.
Redis' BLPOP command takes multiple queue arguments, but LPOP can only
take a single queue.  Therefore, we need to loop over all queues
manually, in order, and raise an exception is no more work is available.
14 years ago
..
__init__.py Refactor the whole Redis connection stuff to be just as easy as in RDB. 14 years ago
daemon.py Support quitting when all work is done (i.e. queue is empty). 14 years ago
job.py Refactor the whole Redis connection stuff to be just as easy as in RDB. 14 years ago
proxy.py Refactor the whole Redis connection stuff to be just as easy as in RDB. 14 years ago
queue.py Refactor the whole Redis connection stuff to be just as easy as in RDB. 14 years ago
worker.py Bugfix: LPOP does not support multiple queue arguments. 14 years ago