We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe9b05 commit 8acba21Copy full SHA for 8acba21
readthedocs/core/utils/__init__.py
@@ -186,6 +186,9 @@ def prepare_build(
186
project_slug=project.slug,
187
version_slug=version.slug,
188
)
189
+ # Delay the start of the build for the build retry delay.
190
+ # We're still triggering the task, but it won't run immediately,
191
+ # and the user will be alerted in the UI from the Error below.
192
options['countdown'] = settings.RTD_BUILDS_RETRY_DELAY
193
options['max_retries'] = settings.RTD_BUILDS_MAX_RETRIES
194
build.error = BuildMaxConcurrencyError.message.format(
0 commit comments