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 02832e1397 fix calls to managers and workers 11 years ago
bin add qw-client command 11 years ago
qw fix calls to managers and workers 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.