Browse Source

Started working (if you could call that any work) on the module index

Ask Solem 15 years ago
parent
commit
bb2d2b9006
1 changed files with 5 additions and 0 deletions
  1. 5 0
      docs/internals/moduleindex.rst

+ 5 - 0
docs/internals/moduleindex.rst

@@ -8,6 +8,11 @@ Worker
 celery.worker
 -------------
 
+* :class:`celery.worker.WorkController`
+
+This is the worker's main process. It starts and stops all the components
+required by the worker: Pool, Mediator, Scheduler, ClockService, and Listener.
+
 celery.worker.job
 -----------------