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 ff68393 commit 5962485Copy full SHA for 5962485
readthedocs/settings/base.py
@@ -640,7 +640,7 @@ def BUILD_MEMORY_LIMIT(self):
640
# https://github.com/readthedocs/readthedocs.org/issues/12317#issuecomment-3070950434
641
# https://docs.celeryq.dev/en/stable/getting-started/backends-and-brokers/redis.html#visibility-timeout
642
BROKER_TRANSPORT_OPTIONS = {
643
- 'visibility_timeout': BUILD_TIME_LIMIT * 1.15, # 15% more than the build time limit
+ 'visibility_timeout': 18000, # 5 hours
644
}
645
646
CELERY_DEFAULT_QUEUE = "celery"
0 commit comments