mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-16 13:01:47 -05:00
Temporarily relax task notification and rely on polling
This commit is contained in:
@@ -132,7 +132,8 @@ class BaseTask(Task):
|
||||
self.model._meta.object_name, retry_count)
|
||||
|
||||
def signal_finished(self, pk):
|
||||
notify_task_runner(dict(complete=pk))
|
||||
pass
|
||||
# notify_task_runner(dict(complete=pk))
|
||||
|
||||
def get_model(self, pk):
|
||||
return self.model.objects.get(pk=pk)
|
||||
|
||||
Reference in New Issue
Block a user