Mailing List Archive

ANN: WorQ 1.0.0
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.
--
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/