timescale / promscale

[DEPRECATED] Promscale is a unified metric and trace observability backend for Prometheus, Jaeger and OpenTelemetry built on PostgreSQL and TimescaleDB.
https://www.timescale.com/promscale
Apache License 2.0
1.33k stars 168 forks source link

Make database connection to TimescaleDB more robust #850

Open ramonguiu opened 2 years ago

ramonguiu commented 2 years ago

We recently saw a case where the connection to the database might have been lost and the data base put in read only mode. Promscale stopped being able to connect to the database even after the database was accessible and in write mode.

ramonguiu commented 2 years ago

Seems #387 should be solved when we fix this