From 7999e0168af126f100c6da3e2e1544df7f56a094 Mon Sep 17 00:00:00 2001 From: Ilan Date: Sun, 19 Jul 2015 20:27:01 +0200 Subject: [PATCH] docs: small updates to cluster and installation --- docs/cluster.rst | 2 ++ docs/install.rst | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/docs/cluster.rst b/docs/cluster.rst index 50ed794..43d257d 100644 --- a/docs/cluster.rst +++ b/docs/cluster.rst @@ -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: diff --git a/docs/install.rst b/docs/install.rst index 2da64e3..747e373 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -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 `__ + + Django Q uses Redis as a centralized hub between your Django instances and your Q clusters. + Optional ~~~~~~~~ .. _psutil: