Temporarily relax task notification and rely on polling

This commit is contained in:
Matthew Jones
2014-03-23 18:37:30 -04:00
parent 10e6baaca0
commit 3e88894f85
4 changed files with 5 additions and 4 deletions

View File

@@ -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)