mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-15 13:37:56 +08:00
Also moved Group, Iterable and Chain to their own pages because the Task page was getting too big. v0.7.11
51 lines
1.2 KiB
ReStructuredText
51 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 poole7u-CG
|
|
- Asynchronous tasks
|
|
- Scheduled and repeated tasks
|
|
- Encrypted and compressed packages
|
|
- Failure and success database or cache
|
|
- Result hooks and groups
|
|
- Django Admin integration
|
|
- PaaS compatible with multiple instances
|
|
- Multi cluster monitor
|
|
- Redis, Disque, IronMQ, SQS, MongoDB or ORM
|
|
- Python 2 and 3
|
|
|
|
|
|
Django Q is tested with: Python 2.7 & 3.5. Django 1.7.10 & 1.8.4
|
|
|
|
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>
|
|
Architecture <architecture>
|
|
Examples <examples>
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`search`
|
|
|