matrix-org / sygnal

Sygnal: reference Push Gateway for Matrix
Apache License 2.0
160 stars 145 forks source link

Consider making `cp_reconnect` true by default #171

Closed anoadragon453 closed 3 years ago

anoadragon453 commented 3 years ago

A somewhat recent change in Synapse enabled by default the behaviour of reconnecting to the Postgres database after losing connection automatically.

We likely want to consider doing the same for Sygnal.

https://github.com/matrix-org/sygnal/blob/e1b9eb8a4ad5457b793e0271e354058930587b8a/sygnal/sygnal.py#L150-L155