Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_kill
Method · 0.45
self_termination_sigkill
Function · 0.45
test_worker_consume_tasks_after_redis_broker_restart
Method · 0.45
test_killing_first_broker
Method · 0.45
test_reconnect_to_main
Method · 0.45
test_broker_failover_ui
Method · 0.45
kill_worker
Method · 0.45
remove_if_stale
Method · 0.45
send
Method · 0.45
_entry_exit
Method · 0.45
clear
Method · 0.45
terminate_job
Method · 0.45
Calls
1
send_all
Method · 0.95
Tested by
5
test_kill
Method · 0.36
test_worker_consume_tasks_after_redis_broker_restart
Method · 0.36
test_killing_first_broker
Method · 0.36
test_reconnect_to_main
Method · 0.36
test_broker_failover_ui
Method · 0.36