Skip to content

Commit 6541d7c

Browse files
authored
Merge pull request #9096 from readthedocs/workaround-celery
2 parents 3189da7 + 3d6ddac commit 6541d7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readthedocs/projects/tasks/builds.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,7 @@ def send_notifications(self, version_pk, build_pk, event):
747747
@app.task(
748748
base=UpdateDocsTask,
749749
bind=True,
750+
ignore_result=True,
750751
)
751752
def update_docs_task(self, version_id, build_id, build_commit=None):
752753
self.execute()

0 commit comments

Comments
 (0)