euphoria-io / heim

A real-time community platform.
https://euphoria.io
Other
872 stars 47 forks source link

Upgrade database connection handling #94

Closed CylonicRaider closed 7 years ago

CylonicRaider commented 7 years ago

Adds a maximum setting and a Prometheus metric. The test suite seems not to fail, although the new circumstances are probably not covered by it.

logan commented 7 years ago

It's very hard to see, but there's a build failure. Make sure backend/psql/integration_test.go compiles.

CylonicRaider commented 7 years ago

...That might be because I changed some function signatures. :blush:

CylonicRaider commented 7 years ago

...There we go, https://github.com/euphoria-io/heim/blob/master/backend/psql/integration_test.go#L84 still uses the old one.