Actions
Bug #11638
closed[arvados-ws] Label and limit database connections
Story points:
-
Description
arvados-ws appears to open too many Postgres connections, eventually reaching the Postgres server limit and preventing API server from connecting.
Also, connections are hard to identify in pg_stat_activity because arvados-ws does not set the application_name parameter.
Updated by Tom Clegg over 7 years ago
11638-limit-conns @ 3652f3ed82e994c9eea74ba1afb4aa3c11ebd697
Updated by Lucas Di Pentima over 7 years ago
Just a small detail: Would it be useful if a warning message is logged when the PostgresPool is set to <= 0?
The rest LGTM.
Updated by Tom Clegg over 7 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Applied in changeset arvados|commit:08e9c6aff46e182b9cd14fab9d42d21b2d7c6902.
Actions