瀏覽代碼

Documents Celery.on_configure

Ask Solem 11 年之前
父節點
當前提交
b907c045c8
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      docs/reference/celery.rst

+ 4 - 0
docs/reference/celery.rst

@@ -382,6 +382,10 @@ and creating Celery applications.
         Finalizes the app by loading built-in tasks,
         and evaluating pending task decorators
 
+    .. method:: Celery.on_configure()
+
+        Optional callback for when the first time the configured is required.
+
     .. attribute:: Celery.Pickler
 
         Helper class used to pickle this application.