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.
ACKS_LATE
1 parent de4aabb commit a178baaCopy full SHA for a178baa
readthedocs/core/utils/__init__.py
@@ -161,7 +161,7 @@ def prepare_build(
161
# At 1h exactly, the task is grabbed by another worker and re-executed,
162
# even while it's still running on the original worker.
163
# https://github.com/readthedocs/readthedocs.org/issues/12317
164
- if project.has_feature(Feature.BUILD_NO_ACKS_LATE):
+ if project.has_feature(Feature.BUILD_NO_ACKS_LATE) or project.container_time_limit >= 3600:
165
log.info("Disabling ACKS_LATE for this particular build.")
166
options["acks_late"] = False
167
0 commit comments