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: