瀏覽代碼

Forgot to add the required handlers in Statistics docstring.

Ask Solem 16 年之前
父節點
當前提交
e56c140db9
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      celery/monitoring.py

+ 4 - 0
celery/monitoring.py

@@ -21,6 +21,10 @@ class Statistics(object):
 
     **Required handlers**
 
+        * on_start()
+
+        * on_stop()
+
     """
     type = None