Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ alive
Method
alive
celery/apps/multi.py:192–193 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
190
return
argv
191
192
def
alive(self):
193
return
self.send(0)
194
195
def
send(self, sig, on_error=None):
196
pid = self.pid
Callers
2
test_alive
Method · 0.45
shutdown_nodes
Method · 0.45
Calls
1
send
Method · 0.95
Tested by
1
test_alive
Method · 0.36