diff --git a/awx/main/tasks.py b/awx/main/tasks.py index 07cd7df835..6dbac70108 100644 --- a/awx/main/tasks.py +++ b/awx/main/tasks.py @@ -305,6 +305,10 @@ class BaseTask(Task): logger.error('Failed to update %s after %d retries.', self.model._meta.object_name, _attempt) + def signal_finished(self, pk): + pass + # notify_task_runner(dict(complete=pk)) + def get_path_to(self, *args): ''' Return absolute path relative to this file.