update broker

This commit is contained in:
2025-07-22 00:04:52 +02:00
parent 941deaf9df
commit 8670442dbc
5 changed files with 175 additions and 110 deletions
+3
View File
@@ -21,6 +21,9 @@ var (
)
func (a *App) newPGXPool(name string) *pgxpool.Pool {
slog.Debug("newPGXPool", "name", name, "datasource", a.Datasource(name))
pgxMutex.Lock()
defer pgxMutex.Unlock()