mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-27 01:18:12 +08:00
docs: adjusted for multiple brokers
This commit is contained in:
+7
-5
@@ -19,7 +19,8 @@ Installation
|
||||
$ python manage.py migrate
|
||||
|
||||
- Make sure you have a `Redis <http://redis.io/>`__ server running
|
||||
somewhere and know how to connect to it.
|
||||
somewhere and know how to connect to it or configure one of the alternative :doc:`brokers`.
|
||||
|
||||
|
||||
Requirements
|
||||
------------
|
||||
@@ -47,10 +48,6 @@ Django Q is tested for Python 2.7 and 3.4
|
||||
|
||||
This feature-filled fork of Erik Rose's blessings project provides the terminal layout of the monitor.
|
||||
|
||||
- `Redis server <http://redis.io/>`__
|
||||
|
||||
Django Q uses Redis as a centralized hub between your Django instances and your Q clusters.
|
||||
|
||||
|
||||
Optional
|
||||
~~~~~~~~
|
||||
@@ -65,3 +62,8 @@ Optional
|
||||
|
||||
$ pip install hiredis
|
||||
|
||||
- `Redis <http://redis.io/>`__ server is the default broker for Django Q. It provides the best performance and does not require Django's cache framework for monitoring.
|
||||
|
||||
- `Disque <https://github.com/antirez/disque>`__ server is based on Redis by the same author, but focuses on reliable queues. Currently in Alpha, but highly recommended. You can either build it from source or use it on Heroku through the `Tynd <https://disque.tynd.co/>`__ beta.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user