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
.gitignore -rw-r--r-- 8 bytes
Makefile -rw-r--r-- 283 bytes
entity.lister_metadata.schema.json -rw-r--r-- 223 bytes
entity.metadata.schema.json -rw-r--r-- 129 bytes
entity_history.lister_metadata.schema.json -rw-r--r-- 223 bytes
entity_history.metadata.schema.json -rw-r--r-- 137 bytes
fetch_history.result.schema.json -rw-r--r-- 631 bytes
list_history.result.schema.json -rw-r--r-- 133 bytes
listable_entity.list_params.schema.json -rw-r--r-- 141 bytes
origin_visit.metadata.json -rw-r--r-- 632 bytes
tool.tool_configuration.schema.json -rw-r--r-- 252 bytes

back to top