|
@@ -41,7 +41,7 @@ class BasePool(object):
|
|
def on_apply(self, *args, **kwargs):
|
|
def on_apply(self, *args, **kwargs):
|
|
pass
|
|
pass
|
|
|
|
|
|
- def kill_job(self, pid):
|
|
|
|
|
|
+ def terminate_job(self, pid):
|
|
raise NotImplementedError(
|
|
raise NotImplementedError(
|
|
"%s does not implement kill_job" % (self.__class__, ))
|
|
"%s does not implement kill_job" % (self.__class__, ))
|
|
|
|
|