From 956e79a3a003519c8cd693878fe25e745b6ab3bc Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Tue, 22 Sep 2015 18:46:39 +0200 Subject: [PATCH] docs: compatibility --- docs/install.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/install.rst b/docs/install.rst index 00eb28e..8945498 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -81,6 +81,7 @@ OS X ~~~~ This should be completely compatible, except for the following known issues: +* ``multiprocessing.Queue.qsize()`` is not supported. This leads to the monitor not reporting the internal queue size of clusters running under OS X. * CPU count through :func:`multiprocessing.cpu_count()` does not work. Installing :ref:`psutil` provides Django Q with an alternative way of determining the number of CPU's on your system * CPU affinity is provided by :ref:`psutil` which at this time does not support this feature on OSX. The code however is aware of this and will fake the CPU affinity assignment in the logs without actually assigning it. This way you can still develop with this setting.