فهرست منبع

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