MCPcopy
hub / github.com/celery/celery / is_alive

Method is_alive

t/unit/worker/test_autoscale.py:85–86  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

83 joined = False
84
85 def is_alive(self):
86 return self.alive
87
88 def join(self, timeout=None):
89 self.joined = True

Callers 7

alive_threadsFunction · 0.80
embed_workerFunction · 0.80
_start_worker_threadFunction · 0.80
stopMethod · 0.80
ensure_startedMethod · 0.80
on_stopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected