Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion readthedocs/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ def BUILD_MEMORY_LIMIT(self):
# https://github.com/readthedocs/readthedocs.org/issues/12317#issuecomment-3070950434
# https://docs.celeryq.dev/en/stable/getting-started/backends-and-brokers/redis.html#visibility-timeout
BROKER_TRANSPORT_OPTIONS = {
'visibility_timeout': BUILD_TIME_LIMIT * 1.15, # 15% more than the build time limit
'visibility_timeout': 18000, # 5 hours
}

CELERY_DEFAULT_QUEUE = "celery"
Expand Down