You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
that code just updates the build to the same error as Concurrency limit reached (2), retrying in 5 minutes, and mark the build as failed, that isn't accurate as the build will not be retried.
The text was updated successfully, but these errors were encountered:
Currently if the number of retries is reached (25)
readthedocs.org/readthedocs/settings/base.py
Line 121 in 7db6582
An exception will be raised (BuildMaxConcurrencyError), and we will be hitting this code
readthedocs.org/readthedocs/projects/tasks/builds.py
Lines 416 to 418 in ea5d9e3
that code just updates the build to the same error as
Concurrency limit reached (2), retrying in 5 minutes
, and mark the build as failed, that isn't accurate as the build will not be retried.The text was updated successfully, but these errors were encountered: