Revision fbe3803820a5c348861057e40e4cd3a5460843a3 authored by Antoine Lambert on 13 July 2022, 14:44:13 UTC, committed by Antoine Lambert on 13 July 2022, 14:44:35 UTC
Even if missing index to speedup origin visit queries has
been added to replica database, the configured timeouts for
origin_visit_get_with_statuses and origin_visit_find_by_date
were still too low to avoid query timeouts in production.

After performing some tests locally, bumping them to 2000ms
makes the timeouts go away.

Related to T4386
1 parent cfc8679
History
File Mode Size
bin
docs
sql
swh
.git-blame-ignore-revs -rw-r--r-- 140 bytes
.gitignore -rw-r--r-- 136 bytes
.pre-commit-config.yaml -rw-r--r-- 1.1 KB
AUTHORS -rw-r--r-- 112 bytes
CODE_OF_CONDUCT.md -rw-r--r-- 3.3 KB
CONTRIBUTORS -rw-r--r-- 61 bytes
LICENSE -rw-r--r-- 34.3 KB
MANIFEST.in -rw-r--r-- 242 bytes
Makefile -rw-r--r-- 163 bytes
Makefile.local -rw-r--r-- 69 bytes
README.md -rw-r--r-- 5.5 KB
conftest.py -rw-r--r-- 323 bytes
mypy.ini -rw-r--r-- 1.2 KB
pyproject.toml -rw-r--r-- 237 bytes
pytest.ini -rw-r--r-- 424 bytes
requirements-swh-journal.txt -rw-r--r-- 19 bytes
requirements-swh.txt -rw-r--r-- 92 bytes
requirements-test.txt -rw-r--r-- 372 bytes
requirements.txt -rw-r--r-- 134 bytes
setup.cfg -rw-r--r-- 342 bytes
setup.py -rwxr-xr-x 2.4 KB
tox.ini -rw-r--r-- 1.7 KB

README.md

back to top