.. retask documentation master file, created by sphinx-quickstart on Tue Jul 3 14:56:38 2012. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. 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 User Guide ---------- .. toctree:: :maxdepth: 2 user/intro user/redis user/quickstart API Documentation ----------------- .. toctree:: :maxdepth: 2 retask.task retask.queue Indices and tables ------------------ * :ref:`genindex`