Explorar el Código

Forgot to add the required handlers in Statistics docstring.

Ask Solem hace 16 años
padre
commit
e56c140db9
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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