Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ cancel
Method
cancel
t/unit/worker/test_heartbeat.py:36–37 ·
view source on GitHub ↗
(self, entry)
Source
from the content-addressed store, hash-verified
34
return
entry((secs, fun, args, kwargs))
35
36
def
cancel(self, entry):
37
entry.cancel()
38
39
40
class
test_Heart:
Callers
7
__exit__
Method · 0.45
test_cancel__pool_ref
Method · 0.45
test_cancel__task_started
Method · 0.45
test_cancel__task_reserved
Method · 0.45
test_cancel__emit_retry_true
Method · 0.45
test_cancel__emit_retry_false
Method · 0.45
test_sched
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected