MCPcopy
hub / github.com/celery/celery / terminate_job

Method terminate_job

celery/concurrency/base.py:112–114  ·  view source on GitHub ↗
(self, pid, signal=None)

Source from the content-addressed store, hash-verified

110 pass
111
112 def terminate_job(self, pid, signal=None):
113 raise NotImplementedError(
114 f'{type(self)} does not implement kill_job')
115
116 def restart(self):
117 raise NotImplementedError(

Callers 2

terminateMethod · 0.45
cancelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected