Default parameter in ElephantSQL for max concurrent connections is 10, but the free turtle tier we use only allows for 5 max.
Changing the default parameter from 10 to 5 will fix the issue of our queries being rejected due to too many concurrent pool connections.
Default parameter in ElephantSQL for max concurrent connections is 10, but the free turtle tier we use only allows for 5 max. Changing the default parameter from 10 to 5 will fix the issue of our queries being rejected due to too many concurrent pool connections.