diff --git a/docs/configure.rst b/docs/configure.rst index 7e15784..4d2b6e9 100644 --- a/docs/configure.rst +++ b/docs/configure.rst @@ -222,6 +222,11 @@ Keep in mind however that settings this too high can degrade performance with mu Not supported by the default Redis broker. Defaults to 1. +cache +~~~~~ +For some brokers, you will need to set up the Django `cache framework `__ +to gather statistics for the monitor. You can indicate which cache to use by setting this value. Defaults to ``default``. + cpu_affinity ~~~~~~~~~~~~