diff --git a/readthedocs/projects/tasks/builds.py b/readthedocs/projects/tasks/builds.py index fe5adb418ab..d94bbd7da39 100644 --- a/readthedocs/projects/tasks/builds.py +++ b/readthedocs/projects/tasks/builds.py @@ -747,6 +747,7 @@ def send_notifications(self, version_pk, build_pk, event): @app.task( base=UpdateDocsTask, bind=True, + ignore_result=True, ) def update_docs_task(self, version_id, build_id, build_commit=None): self.execute()