Parcourir la source

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

Ask Solem il y a 15 ans
Parent
commit
bb2d2b9006
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  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
 -----------------