[Python-modules-team] Bug#703636: ITP: retask -- Simple task queues using Redis

Maximiliano Curia maxy at debian.org
Thu Mar 21 16:50:29 UTC 2013


Package: wnpp
Severity: wishlist
Owner: Maximiliano Curia <maxy at debian.org>

* Package name    : retask
  Version         : 0.3
  Upstream Author : Kushal Das <kushaldas at gmail.com>
* URL             : https://pypi.python.org/pypi/retask
* License         : MIT
  Programming Lang: Python
  Description     : Simple task queues using Redis
 retask is a python module to create and manage distributed task queue/job
 queue.
 .
 It uses Redis to create task queues. User can enqueue and dequeue tasks in the
 queues they manage. Each task can contain any JSON serializable python objects.
 We use JSON internally to store the tasks in the queues.
 .
 Workers can execute tasks and return the result asynchronously and if required
 synchronously (wait until worker returns the result to the job).



More information about the Python-modules-team mailing list