mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-26 04:48:13 +08:00
updated docs
This commit is contained in:
+2
-2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user