Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
test_rabbitmq_quorum_qos_visibility_race
Function · 0.80
alive_threads
Function · 0.80
embed_worker
Function · 0.80
_start_worker_thread
Function · 0.80
stop
Method · 0.80
ensure_started
Method · 0.80
on_stop
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected