ANN: WorQ 1.0.0

Daniel Miller millerdev at gmail.com
Tue Sep 4 14:18:31 CEST 2012


Introducing WorQ 1.0.0, a Python task queue
===========================================

WorQ is a Python task queue that can execute tasks in parallel in a
worker pool. Workers can run in a single process, multiple processes on
a single machine, or many processes on many machines. It ships with two
backend options (memory and redis) and two worker pool implementations
(multi-process and threaded). Task results can be monitored, waited on,
or passed as arguments to another task.


Documentation:
 http://worq.readthedocs.org/

Source:
 https://github.com/millerdev/WorQ/

PyPI:
 http://pypi.python.org/pypi/WorQ


About this release:
===================

This is the initial release.

WorQ is licensed under the MIT license.


More information about the Python-announce-list mailing list