Connection pool for postgres backend client #421
Labels
A-Appservice
T-Task
Refactoring, enabling or disabling functionality, other engineering tasks
X-Release-Blocker
This issue must be resolved before the next release can be made
https://github.com/matrix-org/mjolnir/pull/364/files#r1015312029
Related: #415
Connections can't perform multiple queries simultaneously, and it's common to use a connection pool in asynchronous, long-running applications.
Additionally if we are disconnected while the database is being upgraded or for some other reason, we can reconnect automatically.
The text was updated successfully, but these errors were encountered: