Преглед на файлове

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