Forráskód Böngészése

Forgot to add the required handlers in Statistics docstring.

Ask Solem 16 éve
szülő
commit
e56c140db9
1 módosított fájl, 4 hozzáadás és 0 törlés
  1. 4 0
      celery/monitoring.py

+ 4 - 0
celery/monitoring.py

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