Explorar o código

Snapshot example should enable clear_after to match description. Closes #2962

Ask Solem %!s(int64=9) %!d(string=hai) anos
pai
achega
509ed75f96
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      docs/userguide/monitoring.rst

+ 1 - 0
docs/userguide/monitoring.rst

@@ -504,6 +504,7 @@ Here is an example camera, dumping the snapshot to screen:
     from celery.events.snapshot import Polaroid
 
     class DumpCam(Polaroid):
+        clear_after = True  # clear after flush (incl, state.event_count).
 
         def on_shutter(self, state):
             if not state.event_count: