浏览代码

verify_index + verify_configref

Ask Solem 13 年之前
父节点
当前提交
1ecc4c99f1
共有 2 个文件被更改,包括 8 次插入2 次删除
  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
 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
 
 CELERYD_FORCE_EXECV

+ 0 - 2
docs/reference/index.rst

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