From ae0b6f6f8cef13ae887b4215ba4ae8829136a486 Mon Sep 17 00:00:00 2001 From: Ilan Date: Tue, 4 Aug 2015 18:36:52 +0200 Subject: [PATCH] updated docs --- docs/monitor.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/monitor.rst b/docs/monitor.rst index 7e99a4a..4bc1aec 100644 --- a/docs/monitor.rst +++ b/docs/monitor.rst @@ -30,7 +30,7 @@ State Current state of the cluster: - **Starting** The cluster is spawning workers and getting ready. -- **Idle** Everything is ok, but there are no tasks to process. [#f1]_ +- **Idle** Everything is ok, but there are no tasks to process. - **Working** Processing tasks like a good cluster should. - **Stopping** The cluster does not take on any new tasks and is finishing. - **Stopped** All tasks have been processed and the cluster is shutting down. @@ -154,4 +154,4 @@ Reference .. rubric:: Footnotes -.. [#f1] Uses :meth:`multiprocessing.Queue.qsize()` which is not implemented on OS X. +.. [#f1] Uses :meth:`multiprocessing.Queue.qsize()` which is not implemented on OS X and always returns 0.