docs: small updates to cluster and installation

This commit is contained in:
Ilan
2015-07-19 20:27:01 +02:00
parent 9acf50becb
commit 7999e0168a
2 changed files with 6 additions and 0 deletions

View File

@@ -42,6 +42,8 @@ Stopping the cluster with ctrl-c or either the `SIGTERM` and `SIGKILL` signals,
16:44:14 [Q] INFO Process-1:9 stopped monitoring results
16:44:15 [Q] INFO Q Cluster-31781 has stopped.
The number of workers, optional timeouts, recycles and cpu_affinity can be controlled via the :ref:`configuration` settings.
Multiple Clusters
-----------------
You can have multiple clusters on multiple machines, working on the same queue as long as:

View File

@@ -203,6 +203,10 @@ 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
~~~~~~~~
.. _psutil: