woogles-io / liwords

A site that allows people to play a crossword board game against each other
https://woogles.io
GNU Affero General Public License v3.0
77 stars 13 forks source link

log pgxpool stats periodically #1313

Open domino14 opened 2 months ago

domino14 commented 2 months ago

https://pkg.go.dev/github.com/jackc/pgx/v5/pgxpool#Stat

domino14 commented 2 months ago

image

Giant gap - perhaps it's waiting to acquire a conn from pgxpool?