소스 검색

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