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
1 change: 1 addition & 0 deletions helm-chart/eoapi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ stac:
PORT: "8080"
# https://www.uvicorn.org/settings/#production
WEB_CONCURRENCY: "5"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔 if we add WEB_CONCURRENCY set to 5 and then min_conn_size set to 10 (the default in stac-fastapi-pgstac) did it meant we were trying to have 5 * 10 = 50 connections 😬

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

well in fact there are 2 pools openned at startup (read/write) so it meant 100 connections 😱

DB_MIN_CONN_SIZE: "1"

vector:
enabled: true
Expand Down