Support for Postgres Connection Pooling
crawfordleeds
PROOP
3 months ago
I'm hitting connection limits to my postgres instance after horizontally scaling new instances of our web service. Sadly it seems I have to manually configure my own pgbouncer service with Railway. It seems most competitors in the space roll this up as part of their managed postgres service.
For example, with Heroku can you add pooling with one cli command: https://devcenter.heroku.com/articles/postgres-connection-pooling#enabling-connection-pooling
Is that going to be something considered in the near future? This is not something I'd like to maintain manually.
0 Threads mention this feature
0 Replies