Files
django-q2/docs/index.rst

45 lines
977 B
ReStructuredText

.. Django Q documentation master file, created by
sphinx-quickstart on Fri Jun 26 22:18:36 2015.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to Django Q
===================
Django Q is a native Django task queue and worker application using Python multiprocessing.
Features
--------
- Multiprocessing worker pool
- Asynchronous tasks
- Scheduled and repeated tasks
- Encrypted and compressed packages
- Failure and success database
- Result hooks and groups
- Django Admin integration
- PaaS compatible with multiple instances
- Multi cluster monitor
- Redis
- Python 2 and 3
Django Q is tested with: Python 2.7 & 3.4. Django 1.7.9 & 1.8.3
Contents:
.. toctree::
:maxdepth: 2
Installation <install>
Tasks <tasks>
Schedules <schedules>
Cluster <cluster>
Monitor <monitor>
Admin <admin>
Examples <examples>
* :ref:`genindex`
* :ref:`search`