MCPcopy
hub / github.com/celery/celery / kill

Method kill

celery/apps/multi.py:428–429  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

426 node.send(sig, self.on_node_signal_dead)
427
428 def kill(self):
429 return self.send_all(signal.SIGKILL)
430
431 def restart(self, sig=signal.SIGTERM):
432 retvals = []

Callers 14

test_killMethod · 0.45
self_termination_sigkillFunction · 0.45
kill_workerMethod · 0.45
remove_if_staleMethod · 0.45
sendMethod · 0.45
_entry_exitMethod · 0.45
clearMethod · 0.45
terminate_jobMethod · 0.45

Calls 1

send_allMethod · 0.95