Retask: simple Task Queue

retask is a python module to create and manage distributed task queues.

It uses Redis to create task queues. User can enqueue and dequeue tasks in the queues they manage. Each task can contain any serializable python objects. We use JSON internally to store the tasks in the queues.

Dependencies

  • python-redis
  • mock
  • A running Redis server

API Documentation

Indices and tables

Retask is a simple task queue implementation written for human beings. It provides generic solution to create and manage task queues.

Feedback is greatly appreciated. If you have any questions, comments, random praise, or anonymous threats, shoot me an email.

Useful Links

This Page

Fork me on GitHub