MCPcopy
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_aliveMethod · 0.45
shutdown_nodesMethod · 0.45

Calls 1

sendMethod · 0.95

Tested by 1

test_aliveMethod · 0.36