qw (QueueWorker) - python library for processing a redis list as a work queue
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Brett Langdon 65d81b77fd stop referencing connection and queue_name 11 years ago
bin stop referencing connection and queue_name 11 years ago
qw stop referencing connection and queue_name 11 years ago
README.md add basic readme 11 years ago
requirements.txt initial commit 11 years ago
setup.py initial commit 11 years ago

README.md

qw

qw (or QueueWorker) is used to run worker processes which listen on a redis list for jobs to process.