Skip to content

Commit 3043d62

Browse files
authored
Merge pull request #8905 from readthedocs/hotfix/celery-retry-exception
Throw an exception from Celery retry()
2 parents 40bc5b1 + c5da4da commit 3043d62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

readthedocs/projects/tasks/builds.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ def _check_concurrency_limit(self):
280280
})
281281
self.retry(
282282
exc=BuildMaxConcurrencyError,
283-
throw=False,
284283
# We want to retry this build more times
285284
max_retries=25,
286285
)

0 commit comments

Comments
 (0)