Files
django-q2/docs/index.rst
Ilan Steemers 07cc06d1f0 Merge pull request #220 from abompard/signals
Adds basic signals
2017-04-05 16:28:05 +03:00

52 lines
1.2 KiB
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, scheduler and worker application using Python multiprocessing.
Features
--------
- Multiprocessing worker pools
- Asynchronous tasks
- Scheduled and repeated tasks
- Encrypted and compressed packages
- Failure and success database or cache
- Result hooks, groups and chains
- Django Admin integration
- PaaS compatible with multiple instances
- Multi cluster monitor
- Redis, Disque, IronMQ, SQS, MongoDB or ORM
- Rollbar support
Django Q is tested with: Python 2.7 & 3.6. Django 1.8.18 LTS, 1.10.7 and 1.11
Contents:
.. toctree::
:maxdepth: 2
Installation <install>
Configuration <configure>
Brokers <brokers>
Tasks <tasks>
Groups <group>
Iterable <iterable>
Chains <chain>
Schedules <schedules>
Cluster <cluster>
Monitor <monitor>
Admin <admin>
Signals <signals>
Architecture <architecture>
Examples <examples>
* :ref:`genindex`
* :ref:`search`