MCPcopy
hub / github.com/celery/celery / setup

Method setup

t/unit/events/test_state.py:56–60  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

54class ev_worker_online_offline(replay):
55
56 def setup(self):
57 self.events = [
58 Event('worker-online', hostname='utest1'),
59 Event('worker-offline', hostname='utest1'),
60 ]
61
62
63class ev_worker_heartbeats(replay):

Callers

nothing calls this directly

Calls 1

EventFunction · 0.90

Tested by

no test coverage detected