Fix slowness due to hitting async Postgres driver pool limit

This commit is contained in:
Weves
2024-06-01 17:41:12 -07:00
committed by Chris Weaver
parent 6e9d7acb9c
commit 1d0ce49c05
3 changed files with 32 additions and 2 deletions

View File

@ -81,6 +81,7 @@ services:
# If set to `true` will enable additional logs about Vespa query performance
# (time spent on finding the right docs + time spent fetching summaries from disk)
- LOG_VESPA_TIMING_INFORMATION=${LOG_VESPA_TIMING_INFORMATION:-}
- LOG_ENDPOINT_LATENCY=${LOG_ENDPOINT_LATENCY:-}
extra_hosts:
- "host.docker.internal:host-gateway"
logging: