MCPcopy
hub / github.com/celery/celery / itercapture

Method itercapture

celery/events/receiver.py:95–96  ·  view source on GitHub ↗
(self, limit=None, timeout=None, wakeup=True)

Source from the content-addressed store, hash-verified

93 self.wakeup_workers(channel=channel)
94
95 def itercapture(self, limit=None, timeout=None, wakeup=True):
96 return self.consume(limit=limit, timeout=timeout, wakeup=wakeup)
97
98 def capture(self, limit=None, timeout=None, wakeup=True):
99 """Open up a consumer capturing events.

Callers 2

test_itercaptureMethod · 0.80

Calls 1

consumeMethod · 0.80

Tested by 2

test_itercaptureMethod · 0.64