zitadel/e2e/config/host.docker.internal
Silvan 99c645cc60
refactor(database): exchange connection pool (#8325)
# Which Problems Are Solved

The connection pool of go uses a high amount of database connections.

# How the Problems Are Solved

The standard lib connection pool was replaced by `pgxpool.Pool`

# Additional Changes

The `db.BeginTx`-spans are removed because they cause to much noise in
the traces.

# Additional Context

- part of https://github.com/zitadel/zitadel/issues/7639
2024-07-17 15:16:02 +00:00
..
docker-compose.yaml chore: build image for digest and release on workflow_dispatch (#6287) 2023-08-10 12:21:01 +00:00
zitadel.yaml refactor(database): exchange connection pool (#8325) 2024-07-17 15:16:02 +00:00