[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#703636: ITP: retask -- Simple task queues using Redis



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

* Package name    : retask
  Version         : 0.3
  Upstream Author : Kushal Das <kushaldas@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).


Reply to: