浏览代码

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