Explorar el Código

verify_index + verify_configref

Ask Solem hace 13 años
padre
commit
1ecc4c99f1
Se han modificado 2 ficheros con 8 adiciones y 2 borrados
  1. 8 0
      docs/configuration.rst
  2. 0 2
      docs/reference/index.rst

+ 8 - 0
docs/configuration.rst

@@ -1007,6 +1007,14 @@ A sequence of modules to import when the celery daemon starts.
 This is used to specify the task modules to import, but also
 This is used to specify the task modules to import, but also
 to import signal handlers and additional remote control commands, etc.
 to import signal handlers and additional remote control commands, etc.
 
 
+.. setting:: CELERY_INCLUDE
+
+CELERY_INCLUDE
+~~~~~~~~~~~~~~
+
+Exact same semantics as :setting:`CELERY_IMPORTS`, but can be used as a means
+to have different import categories.
+
 .. setting:: CELERYD_FORCE_EXECV
 .. setting:: CELERYD_FORCE_EXECV
 
 
 CELERYD_FORCE_EXECV
 CELERYD_FORCE_EXECV

+ 0 - 2
docs/reference/index.rst

@@ -21,9 +21,7 @@
     celery.task
     celery.task
     celery.task.base
     celery.task.base
     celery.task.sets
     celery.task.sets
-    celery.task.chords
     celery.result
     celery.result
-    celery.task.control
     celery.task.http
     celery.task.http
     celery.schedules
     celery.schedules
     celery.signals
     celery.signals