collect
collect copied to clipboard
Investigate how to improve our connection pooling
Problem description
In https://github.com/getodk/collect/pull/5057 we improved handling database connections. However we are not 100% sure it's the best what we can do. It would be good to spend some time exploring other options so that we can close databases that we no longer use properly. See:
- https://github.com/getodk/collect/pull/5057
- https://github.com/getodk/collect/pull/5045